Click here, Press → key to advance.
<meta name="description" content="All the current information about dog breeds." />
<meta name="keywords" content="dog, breed, dog breeds" />
<meta name="author" content="M. Douglas Wray ©2012" />
<h1>Header</h1>
<p>Paragraph text. Lorem ipsum dolor sit amet, <i>consectetur adipiscing</i> elit. Aenean ultrices. </p>
<!-- Unordered List -->
<ul>
<li>List item<li>
<li>List item<li>
<li>List item<li>
</ul>
Example
Defines text to be a header
H1 - H6 (largest - smallest)
Paragraphs are the most common block element.
<p>Paragraphs have all the standard attributes:
font-family, font-size, line-spacing,
padding, margin, etc.</p>
<a href="url">Linked/clickable text</a>
Anchor point : <a id="subject" name="subject"></a>
Jump to anchor: <a href="#subject">Go to anchor</a>
<a href="url" target="_blank">New window</a>
<a href="url"><img src="url" /></a>
<a href="url"><img src="url" style="border:none;" /></a>
<img src="url" usemap="#mapname">
<map id="mapname" name="mapname">
<area coords="0,0,80,80" href="url">
</map>
Allows dynamic access to and update of the
content, structure and style of documents.