Basic HTML Tags and Codes
This is a list of basic and commonly used tags and codes for HTML use.
Bold = What to change.
|
|
|
|
| Invisible text | <!--Put text here--!> | BLANK |
| Enter | <br!> | BLANK |
| Space | | BLANK |
| Tab | | BLANK |
| Centers | <center>Text</center> |
|
| 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 |