Introduction
:max_bytes(150000):strip_icc()/html.asp-final-86da30eff12f46f3a1394efb0b137103.png)
HTML stands for Hyper Text Markup Language. HyperText is text displayed on a computer that has links to other hypertext documents. Markup Language lets you annotate text to define how it should be displayed
HTML Tags
HTML is made up of tags that mark up the text of a document in order to tell the browser how the text should be displayed.
Tags start and end with angled brackets <>
the name of the tag goes in between the angle brackets
End tags contain a / in between the angled brackets >
List of HTML Tags
There are a plethora of different HTML tags you can use when structuring your webpage. For a comprehensive list of HTML tags and what they do, go to w3schools HTML Tag Page
Structure of an HTML Page
The slides presentation below will show you how to properly structure an HTML Webpage