HTML Tag List

Below is a listing of the elements discussed throughout this site:

  • HTML – <html> </html>
  • Head – <head> </head>
  • Title – <title> </title>
  • Body – <body> </body>
  • Paragraph – <p> </p>
  • Image – <img />
  • Anchor – <a> </a>
  • Heading – <h[1-6]> </h[1-6]>
  • Bold – <b> </b>
  • Italic – <i> </i>
  • Underline – <u> </u>
  • Strong – <strong> </strong>
  • Emphasis – <em> </em>
  • Blockquote – <blockquote> </blockquote>
  • Preformatted Text – <pre> </pre>
  • Code – <code> </code>
  • Unordered (Bulleted) List – <ul> </ul>
  • Ordered (Numbered) List – <ol> </ol>
  • List Item – <li> </li>
  • Table – <table> </table>
  • Table Row – <tr> </tr>
  • Table Data – <td> </td>
  • Horizontal Rule – <hr />
  • Comment – <!-- -->
  • Line Break – <br />

«...Comments, Rules, and Breaks CSS for Beginners...» — Coming Soon!