HTML NOTES
Welcome to the HTML Quick Revision Guide, carefully compiled to help you brush up on essential HTML topics chapter-wise. Whether you're a beginner or looking to reinforce your knowledge, this guide serves as a comprehensive resource for quick and effective revision.
Chapter-wise HTML Topics
- Chapter 1: Basic Structure of HTML Documents (Tags: html, head, body, title, style, script, link, meta)
- Chapter 2: Heading & Paragraph (Tags: h1 to h6, p, br, pre, hr; Attributes: title)
- Chapter 3: Text Formatting (Tags: em, i, b, strong, span, div, sub, sup, mark, del)
- Chapter 4: List (Tags: ol, ul, li, dl, dt, dd)
- Chapter 5: Linking (Tags: a; Attributes: href, target)
- Chapter 6: Form (Tags: form, input, label, button, textarea, select, option, fieldset, legend; Attributes: action, method, for, required, name, placeholder, type, value)
- Chapter 7: Images (Tags: img, picture, map, source, area; Attributes: alt)
- Chapter 8: Table (Tags: table, tr, th, td, tfoot; Attributes: colspan, rowspan)
- Chapter 9: Media, iframe & Modern HTML Semantic (Tags: iframe, video, audio, header, footer, nav, main)