<tag att1="value1" att2="value2">content</tag>
<p class="normal" align="right">Paragraph Content</p>
<a href="http://www.google.com">Link to google</a>
<img src="http://1.bp.blogspot.com/-CzqzzBV2tMk/TxBM3ar18MI/AAAAAAAAPm0/6faLPO9BM8w/s1600/i-can-has-cheezburger.jpg" title="I can Haz Cheezburger?" alt="greedy cat saying 'I can haz cheezburger?'" />
This is a paragraph. It can contain further markup and also more complex content.
On the web, text is "Marked up"
<h1>This is a top-level heading</h1>
<p>
This is a paragraph. It can contain <i>further markup</i> and also
<a href="http:/some.where.com">more complex content</a>.
</p>
<aside>
Sometimes you'll see <i>semantic</i> tags, like "aside",
"header", "footer", "article", or "section".
</aside>
Page Structure (block-level elements):
<html></html>
<head></head>
and <body></body>
<div></div>
<section></section>, <article></article>, <header></header> <footer></footer>
<p></p>
<blockquote></blockquote>
<table>
, <tr>
, <th>
, <td>
Found inside structural elements (inline elements):
<a href="http://link.address"></a>
<img src="http://file.location" alt="text to display for non-visual browsers/viewers"/>
<em></em> <strong></strong>, <i></i> <b></b>
<ol>
, <ul>
, <li>
Take a break from lectures now and find a place to edit some code.
However, I mostly recommend forking & working with the Habermas HTML repo I made special for this class: