totn HTML

HTML Tutorial (Complete)

Congratulations, you have completed the HTML tutorial.

Tutorial Summary

This HTML tutorial covered elements found within the declarations section of an HTML document such as:

  • <!DOCTYPE>
  • <html>

Elements found within the head section of the HTML document were covered such as:

  • <head>
  • <link>
  • <meta>
  • <script>
  • <title>

Elements founds within the body section of the HTML document were covered such as:

  • <body>
  • <h1>...<h6>
  • <p>
  • <em>
  • and more!!

These are just some of the many topics covered in this HTML tutorial.

Next, you will probably want to learn how to style your HTML document using CSS.

Other Tutorials

Try one of our other popular tutorials:

There is still more to learn!