We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1982cb commit 95fc6aaCopy full SHA for 95fc6aa
jkcss/forms/forms.html
@@ -27,11 +27,7 @@ <h1 class="jk-display-6"> HTML Basic Forms</h1><br>
27
28
<div class="example-content">
29
<label>Username : </label>
30
- <input type="text" name="" id="" class="control-jkforms" placeholder="Username"><br>
31
- <label>Password : </label>
32
- <input type="password" name="" id="" class="control-jkforms" placeholder="Password"><br>
33
- <label>Email : </label>
34
- <input type="email" name="" id="" class="control-jkforms" placeholder="Email"><br>
+ <input type="text" name="" id="" class="control-jkfroms"><br>
35
</div>
36
37
0 commit comments