HTML syntax
HTML document contains markup tags
<H1> Example </H1>
tags are case insensitive
<H1> or <h1>
tag attributes may be case sensitive
e.g. filenames
tags are (usually) paired to denote the start and end of an element
<H1> Example </H1>
BE CAREFULL: XHTML 1.0 has more strict syntax
Previous slide
Next slide
Back to first slide
View graphic version