BASIC HTML TAG
| Tags | Description | |
|---|---|---|
| <HTML> | html documents | |
| <head> | Document head | |
| <title> | document title | |
| <body> | Document body | |
| <h1>to<h6> | header1 to header6 | |
| <p> | paragraph | |
| <hr> | horizontal line | |
| <br> | line break | |
| <!--> | comment line | |
| <b> | bold text | |
| <big> | big text | |
| <em> | emphasized text | |
| <i> | italic text | |
| <sub> | subscript | |
| <sup> | superscript | |
| <ins> | inserted text | |
| <del> | deleted text | |
| <a> | anchor | |
| <abbr> | abbreviation |
No comments:
Post a Comment