HTML
<div class="inputform">
<h3>Dengan Spellcheck</h3>
<input type="text" class="inputnama" placeholder="Username" spellcheck="true">
<h3>Tanpa Spellcheck</h3>
<input type="text" class="inputnama" placeholder="Username" spellcheck="false">
</div>
CSS
x
.inputform {
display: flex;
flex-direction: column;
margin-bottom: 20px;
padding: 10px;
max-width: 400px;
min-width: 150px;
}
h3{
margin-bottom: 10px;
}
.inputnama {
padding: 10px 15px;
margin-bottom: 30px;
outline: none;
}
.inputnama:last-child {
margin-bottom: 1.4em;
}
JS
Type Javascipt code here...
xxxxxxxxxx
1
<!< ><> < ="https://raw.githack.com/albughisy7/BLOGGER/main/Jun_Kode/jQuery/jquery.min.js"></> <> *{:#1d1e22; border-color:#1d1e22; background: transparent;/*#fefefe*/ scrollbar-width:thin; scrollbar-color: #d8d8d8 transparent} input{border:1px solid; outline: none;} button{padding: 4px 8px}.inputform { >