How to Add a Check Box
To Add a Check Box
Step 1
-
To make a check box in the HTML document, you have to follow the HTML codes as shown below. The input type for the HTML form is 'checkbox'. You can provide a name as a recognization for a web server. You can indicate 'ON' on Value so that it was displayed as a checked box on the HTML page by default.
Step 3
-
Here is the result of the HTML codes.
No comments:
Post a Comment