This page is designed as a quick reference for some of the common tags
covered in Learn Enough HTML to Be Dangerous. In the process of making it, we'll
learn how to make HTML tables via table
and
related tags.
The tables below don't include all HTML tags, but they do list many of the most important ones.
Tag | Name | Purpose | ||
---|---|---|---|---|
h1 –h6 |
Learn Enough | |||
img |
image | include an image |
<img src="http://bit.ly/1MZAFuQ" alt="Michael Hartl">
|
|
code |
monospace | use monospace font | <code>like this</code> |
like this |