- 1). Open the HTML document with your form. Scroll to the section that contains the form.
- 2). Type in the following code to add check boxes:
<form>
<input type="checkbox" name="pizza" value="Cheese" /> I have a cheese pizza.<br />
<input type="checkbox" name="pizza" value="Mushroom" /> I have a mushroom pizza.
</form>
Replace the text with the necessary text for your website. - 3). Save your HTML. Upload the new HTML to the server. Now a user will be able to use these check boxes in your website's form.
previous post
next post