HTML
Hypertext Markup Language
does NOT format a document
identifies parts/sections of documents to your browser
browser controls how the document will look
HTML
HTML defines ELEMENTS
Heading
Title
Elements are indicated by TAGS (containers)
<A>
<IMG>
Tags bracket elements
<TITLE> .... </TITLE>
HTML
Tags can have ATTRIBUTES
<P ALIGN="center">
HTML is not case sensitive
<TITLE> = <title> = <TItlE>