Check boxes in HTML create
Of advantage is it, if you have your checkboxes in a list. Whether the list is sorted or not depends on your Wish:
- In this example, you are working with an unordered list. Embed the Code in the Tags
- and
- Each Checkbox in turn, you write between the Tags for List-Items:
- and .
- The basic structure of each Checkbox is "".
- The Text that you want to stand behind the selection field, you simply need to type in the next line. The correct formatting here is the list.
- However, you should set additional attributes, so you can use the check box makes sense. This includes the attributes "name" and "value count". In the Screenshot, you can see how to insert them correctly in the Syntax.
- By "name" you can group your checkboxes. All of the boxes are in a group. The User can then set one, none or multiple hooks. In the case of radio Buttons this function is still important, here, is allowed per group only a selection.
- The attribute "value" determines which value of the identifier gets if they submit the results, for example, with a form. Thus, the receiver can evaluate which values are set.
- You may want to add certain boxes from the beginning with a hook. To do this, you need to put "checked" at the end of the relevant Tags (see last Checkbox).

Check boxes in HTML
In the next practical tip we can tell you, as you in HTML, the Font change can be.
