answersLogoWhite

0


Best Answer

this is for 2 simple cheakboxes

number 1


number 2

The "Type="cheakbox" is the important thing that changes the input into a box

Hopefally i helped :D

User Avatar

Kathlyn Feil

Lvl 10
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

You use the input tag and the type set to checkbox. The following code will put up 3 checkboxes, with the first one already ticked:

<form>

Green<input type=Checkbox checked> <br>

Blue<input type=Checkbox> <br>

Red<input type=Checkbox>

</form>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: . What is the correct HTML for making a check-box?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the Error occurs when no checkbox is checked in PHP?

Suppose you have checkbox in HTML from and and you are calling that checkbox by name in php , In that case in you don't check and hit submit , You will get Undefined parameter 'name_of _checkbox' As Error.


How are checkboxes sent to PHP from HTML?

The value associated with the checkbox's name, if it is checked, is the value attribute on the corresponding HTML input element.


How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is &lt;a href="the_file_name_link.html"&gt;This is a link&lt;/a&gt;


What is the correct HTML for making a checkbox in HTML?

this is for 2 simple cheakboxes number 1 number 2The "Type="cheakbox" is the important thing that changes the input into a boxHopefally i helped :D


How do you make a program using HTML?

HTML is not used for making programs. It is used for making websites.


Different types of input html?

HTML supports ten input types: button, checkbox, file, hidden, image, password, radio, reset, submit, and text.


What is the correct format for an HTML tag for footnotes?

There isn't really an HTML tag designated specifically for footnotes.


Does HTML work in PowerPoint?

NO HTML does not work in PowerPoint. Power Point is for making slide shows and HTML is a web programming language.


How do you get xml in HTML?

xml can be written straight into html code and vice versa using the correct syntax, ie your html in here and your xml in here


How do I upload an image I have and use the HTML code but the image doesn't show What did I do wrong?

You should check your folder hierarchy and verify that all the HTML/xHTML code is correct. You can use an image editor to ensure the HTML code is correct.


What is HTML and Uses?

HTML stands for hyper-text markup language, and is used for making webpages


What is the correct HTML tag for inserting a line brake?

&lt;BR&gt;