Complete HTML Guide

COMPLETE
HTML GUIDE

Complete HTML Guide: Table of Contents

Below you will find the complete index of topics covered so far in my beginner's HTML guide.

INITIAL PHASE: THE ABSOLUTE FOUNDATIONS OF HTML

  1. What is HTML?
  2. How to Start Writing HTML Code: VS Code
  3. The Basic Structure of Every HTML Page: Doctype, Html, Head, and Body
  4. HTML <head> Section Guide: Title, Meta Tags, and SEO for Beginners
  5. HTML <body> Section Guide: How to Structure Your HTML Page Content
  6. HTML Tags: The Building Blocks of the Web
  7. HTML Attributes: How to Use Them to Add Detail to Tags

TEXT AND FORMATTING

  1. Guide to HTML Headings (h1-h6): Semantic Structure and SEO
  2. Paragraphs and Line Breaks: How to Structure Text in HTML
  3. Strong, Em, B, I: When to Use HTML Tags for Emphasis and Style
  4. A Guide to Inline Style HTML Tags: sub, sup, small, mark
  5. HTML Quotations and References: How to Use blockquote, q, and cite Correctly

LISTS AND LINKS

  1. Complete Guide to HTML Unordered Lists: Using ul and li for Bullet Points
  2. Creating Numbered Lists in HTML: Guide to Ordered Lists with ol and li
  3. Nesting HTML Lists: Creating Complex Structures with ul and ol
  4. HTML Links Guide: External and Internal Links with the a Tag
  5. More topics on links and nested lists (Coming soon...)

IMAGES AND MULTIMEDIA

  1. Inserting images with <img>, src, and alt (Coming soon)
  2. Sizing images: width and height (Coming soon)
  3. More topics on images (Coming soon...)

STRUCTURE AND SEMANTICS

  1. Generic containers: <div> vs <span> (Coming soon)
  2. Introduction to Semantic HTML (Coming soon)
  3. More topics on semantic tags (Coming soon...)

TABLES AND FORMS

  1. Creating tables: <table>, <tr>, <td>, <th> (Coming soon)
  2. Merging cells: colspan and rowspan (Coming soon)
  3. More topics on tables and forms (Coming soon...)

BEST PRACTICES AND HTML CONCLUSIONS

  1. Using HTML comments (Coming soon)
  2. Special characters (HTML Entities) (Coming soon)
  3. More topics on validation and practices (Coming soon...)

Comments

Popular Posts