File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ <h2>Form buttons</h2>
5454 < button > Button element</ button >
5555
5656 < p > < strong > Input type="button"</ strong > based button:</ p >
57- < input type ="button " value ="Input type=button " />
57+ < input type ="button " value ="buttonBtn " />
5858
5959 < p > < strong > Input type="submit"</ strong > based button:</ p >
60- < input type ="submit " value ="Input type=submit " />
60+ < input type ="submit " value ="submitBtn " />
6161
6262 < p > < strong > Input type="reset"</ strong > based button:</ p >
63- < input type ="reset " value ="Input type=reset " />
63+ < input type ="reset " value ="resetBtn " />
6464
6565 < p > < strong > Input type="image"</ strong > based button:</ p >
66- < input type ="image " value ="Input type=image " />
66+ < input type ="image " value ="imageBtn " />
6767
6868 </ div > <!--/content-primary -->
6969
You can’t perform that action at this time.
0 commit comments