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

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

By using the input tag and the type set one can create a checkbox in HTML. People can use multiple checkboxes if they want and typically use them to create lists of things to do and check them off as each task is completed.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

<ul>

<li>First point here</li>

<li>Second point here</li>

<li>Third point here</li>

(etc. etc.)

</ul>

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

<ul>

<li>First point</li>

<li>Second point</li>

<li>Third point</li>

(etc. etc.)

</ul>

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

ul unorder list

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

checkbox

This answer is:
User Avatar

Add your answer:

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

. What is the correct HTML for making a check-box?

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


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;


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;