HTML Basics

Elements & Tags

All the HTML tags

The HTML tags we will (hopefully) use today are colored orange.

Elements

The HTML element is everything from the start tag to the end tag.

<p>middle (a.k.a. content)</p>

Video describing basics of HTML - Hamburger Text Markup Language - start at 0:28

View Source

Right click on a web site and select "view page source" from the drop down menu.

Attributes

Some tags need attributes to work. For example <img> and <a>.