📘 Common HTML Tags & Usage
- <!DOCTYPE>: Defines the document type
- <html>: Root of the document
- <head>: Meta & title info
- <title>: Title in browser tab
- <body>: Main content area
- <h1>-<h6>: Headings (1 is largest)
- <p>: Paragraphs
- <a>: Links
- <img>: Images
- <br>, <hr>: Line break and horizontal line
- <ul>, <ol>, <li>: Lists
- <table>, <tr>, <td>: Tables
- <div>, <span>: Containers
- <form>, <input>, <button>: Forms
📄 Basic HTML Page
This is the structure of a full HTML document:
🔗 Links
🖼 Images
📋 Forms
📊 Tables
🧠 Quiz Time (Select Correct Answer)