Complete HTML Guide
COMPLETE
HTML GUIDE
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
- What is HTML?
- How to Start Writing HTML Code: VS Code
- The Basic Structure of Every HTML Page: Doctype, Html, Head, and Body
- HTML <head> Section Guide: Title, Meta Tags, and SEO for Beginners
- HTML <body> Section Guide: How to Structure Your HTML Page Content
- HTML Tags: The Building Blocks of the Web
- HTML Attributes: How to Use Them to Add Detail to Tags
TEXT AND FORMATTING
- Guide to HTML Headings (h1-h6): Semantic Structure and SEO
- Paragraphs and Line Breaks: How to Structure Text in HTML
- Strong, Em, B, I: When to Use HTML Tags for Emphasis and Style
- A Guide to Inline Style HTML Tags: sub, sup, small, mark
- HTML Quotations and References: How to Use blockquote, q, and cite Correctly
LISTS AND LINKS
- Complete Guide to HTML Unordered Lists: Using ul and li for Bullet Points
- Creating Numbered Lists in HTML: Guide to Ordered Lists with ol and li
- Nesting HTML Lists: Creating Complex Structures with ul and ol
- HTML Links Guide: External and Internal Links with the a Tag
- More topics on links and nested lists (Coming soon...)
IMAGES AND MULTIMEDIA
- Inserting images with <img>, src, and alt (Coming soon)
- Sizing images: width and height (Coming soon)
- More topics on images (Coming soon...)
STRUCTURE AND SEMANTICS
- Generic containers: <div> vs <span> (Coming soon)
- Introduction to Semantic HTML (Coming soon)
- More topics on semantic tags (Coming soon...)
TABLES AND FORMS
- Creating tables: <table>, <tr>, <td>, <th> (Coming soon)
- Merging cells: colspan and rowspan (Coming soon)
- More topics on tables and forms (Coming soon...)
BEST PRACTICES AND HTML CONCLUSIONS
- Using HTML comments (Coming soon)
- Special characters (HTML Entities) (Coming soon)
- More topics on validation and practices (Coming soon...)
Comments
Post a Comment