<CSS HTML Tutorial.com>

CSS HTML Tutorial
HTML Tutorials
CSS Tutorials
Free Web Tools for your Websites

Add these free tools to your website
Backlink Checker
Free Hit Counter
Website Speed Test
Google Page Rank Button
Google Page Rank Checker
Google Page Rank Check at multiple datacenters
Search Engine Position Tool
Source Code Viewer
affiliates and sponsors








Partner Sites
free adware removal tools
free html editor reviews
free php editor reviews
HTML Music Video Codes
Free CSS Templates Tutorials
Photoshop Tutorials
Free Web Hosting
Good Flash Tutorials
Photoshop Tutorials
Today Tutorials
PHP Tutorials
Free photoshop tutorials
Web Design Tutorials
TutorialArea
FreeGFX
All Tutorials
Web Design Tutorials
Webmaster Articles
Free Webmaster Tools
Development Tutorials
Web Hosting Directory

HTML Tutorial

HTML Form Tutorial

Learn How To add a Checkbox to a Form

The following HTML form code example shows how to add a checkbox to a form.

<form>
I know HTML:
<input type="checkbox" name="HTML">
I know CSS:
<input type="checkbox" name="CSS">
</form>

The above HTML code produces the following example.

I know HTML: I know CSS:

Try it yourself.

Other HTML Form Tutorials

HTML Form Tutorial - How To add a Password Field
This html forms tutorial shows you how to create a password field in an html form.

HTML Form Tutorial - Radiobutton
This html code example shows you how to make radiobuttons in HTML forms.

HTML Form Tutorial - Drop Down Box
This html code example shows you how to create drop down boxes.

Previous Tutorial HTML Table Tutorial

Learn CSS with our CSS Tutorials