There are only a few interesting tags in HTML. They are easy to learn. Here are a few:

Here are a few newer tags that were added in HTML5

Remember you must remember to close any tag that you open or you will get surprising results.

<h1>Here is my top level heading</h1>
<p>And a nice paragraph to follow.</p>

Exercise

  1. Create a new folder (exercise2?) and an index.html file.
  2. Create a top level heading.
  3. Create a paragraph.
  4. Create some bolded text.
  5. Create some italic text.

%aside

Downloads