Themes4Thoughts Guild site
HTML Guide

HOME

Premade layouts
Guild News
Guestbook
Illusen's Glade
Gourmet Club
Guild Members
Puzzle Games
Action Games
Chance Games
Cooking Pot
HTML Guide
Quick Links

Coming Soon...

  • 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
  1. <b> Makes text bold, and you have to end it with </b>
    • eg. <b>Hello</b>

  2. <u>Underlines text, you have to end it with </u>
    • eg. <u>Themes4Thoughts Guild Site</u>

  3. <i>Makes text italic, end it with </i>
    • eg. <i>Rate this site</i>

  4. <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>
    • eg. Hello<br>Goodbye

  5. <p>Starts a new paragraph
    • eg. HTML guide <p> Basic steps!

 

 

Hello

Themes4Thoughts Guild Site

Rate this Site

Hello
Goodbye

HTML Guide

Basic Steps!

Enter supporting content here