
HTML HINTS
Useful links to tutorials and websites
BEGINNING HTML
This website gives an overview of HTML basics, from what HTML is and it's history to trouble shooting an HTML code. It is a step by step process that is very easy to follow.


HTML ELEMENTS
This website explains the elements that are used within HTML. These elements are created by using the tags. Tags are necessary to HTML, therefore understanding their purpose and use is very important.
HTML ATTRIBUTES
This website explains the attributes that are used with HTML. Attributes define the properties of an element which was explained in the above website.


HTML ANATOMY
This video explains the very basic anatomy of an HTML page. This video shows the structuring parts of HTML used to make a web page. This video will be beneficial to anyone who wants to see the step by step process of the HTML building basics.
BUILDING A SIMPLE WEBSITE
This video explains how to build a simple website using only HTML incorporating many of the topics covered in the above links and video.

HTML INTERACTIVE CHEAT SHEET
This cheat sheet can be used as a reference to all HTML tags, useful as a quick refresher if you can't remember something while coding.