File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,19 @@ <h1 class="jk-display-6"> HTML Basic Forms</h1><br>
2727
2828 < div class ="example-content ">
2929 < label > Username : </ label >
30- < input type ="text " class ="control-jkforms "> < br >
30+ < input type ="text " id =" basicForm " class ="control-jkforms "> < br >
3131
32+ < label > Email : </ label >
33+ < input type ="email " id ="basicFormEmail " class ="control-jkforms "> < br >
34+
3235 < label > Password : </ label >
33- < input type ="password " class ="control-jkforms "> < br >
36+ < input type ="password " id ="basicFormPass " class ="control-jkforms "> < br >
37+ </ div >
38+ < br >
39+ < div class ="code-back ">
40+ < span class ="blue-text "> <label> < span class ="normal-code "> Username : </ span > </label></ span > < br >
41+ < span class ="blue-text "> <input < span class ="lblue-text "> type=< span class ="red-text "> "text"</ span > id=< span class ="red-text "> "basicForm"</ span > </ span > </ span >
3442 </ div >
35-
36-
3743
3844
3945
You can’t perform that action at this time.
0 commit comments