This document provides an introduction to HTML (Hypertext Markup Language) through the following topics:
- The basic HTML page structure including <!DOCTYPE>, <html>, <head>, <title>, and <body> tags.
- Common text formatting tags such as <h1>-<h6>, <p>, <b>, <em>.
- Lists using <ul>, <ol>, and <li> tags.
- Links using the <a> tag and href attribute.
- Images using the <img> tag and attributes like src, alt, width, and height.
- Tables using <table>, <tr>, and <td> tags.
- Comments using <!-- --> tags
Related topics: