What is HTML

HTML means HyperText Markup Language. It was developed in the 1990 by Mr. Timothy Berners-Lee. It is the code that allows us to make web pages to share with others on the World Wide Web (WWW)

Example of a HTML document

As you can see the HTML consists of "tags" around certain parts of the text to tell the computer browser how to display it

Listed below are a lot of different tags to make your pages with. Experiment with them in the HTML Sandbox

Body Attributes

Text Tags

Formatting

Tables

Table Attributes

Links

HTML Colors

You can make any color to use on your web page such as red, blue green, yellow, black and even white!
The standard colors are aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow.
Colors are usually made up of Hex numbers like #000000 for black and #ffffff for white and #ffd700 for gold.
We will use the color names to keep it simple and make it eaiser for your to remember

If you want to see even more colors to chose from go here:
        http://www.w3schools.com/HTML/html_colornames.asp