HTML Color Chart

http://www.htmltipsandtricks.com/

Menu

Home | About | Contact | HTML Color Chart | Easy Codes | Basic Codes | Free Templates |

Search

Sponsored By


Basic HTML Tags and Codes

This is a list of basic and commonly used tags and codes for HTML use.

Bold = What to change.

Description
Code
Outcome
Invisible text <!--Put text here--!> BLANK
Enter <br!> BLANK
Space &nbsp; BLANK
Tab &nbsp;&nbsp;&nbsp;&nbsp; BLANK
Centers <center>Text</center>
Text
Hyperlink <a href="http://www.htmltipsandtricks.com/">Link</a> Link
Bold <b>Text</b> Text
Italic <i>Text</i> Text
Underline <u>Text</u> Text
Heading 1 <h1>Text</h1>

Text

Heading 2 <h2>Text</h2>

Text

Heading 3 <h3>Text</h3>

Text

Heading 4 <h4>Text</h4>

Text

Heading 5 <u>Text</u> Text
Heading 6 <h6>Text</h6>
Text