- HTML stands for Hyper Text Markup Language
- It is the 'code' nearly all web pages are written in
- All HTML is started and ended by < and >
- These are called tags
- Most tags have to be ended after you have added your text
- <b> Makes text bold, and you have to end it with </b>
- <u>Underlines text, you have to end it with </u>
- eg. <u>Themes4Thoughts Guild Site</u>
- <i>Makes text italic, end it with </i>
- eg. <i>Rate this site</i>
- <br>Puts a line break in the text, rather like pressing return/enter on the keyboard. You don't have to end this, just press <br>
- <p>Starts a new paragraph
- eg. HTML guide <p> Basic steps!
|  |
HelloThemes4Thoughts Guild Site Rate this Site Hello Goodbye HTML Guide Basic Steps!
|
 |
 |
 |
|
 |
 |
 |
|
|