HTML Complete Beginner to Advanced Guide
Prepared for learning HTML from zero.
HTML Beginner to Advanced Guide
A complete beginner-friendly guide.
Chapter 1: What is HTML?
HTML (HyperText Markup Language) is used to create web pages.
Chapter 2: Basic Structure
, html, head, title, and body tags.
Chapter 3: Headings
h1 to h6 tags with examples.
Chapter 4: Paragraphs
Using the p tag to write text.
Chapter 5: Text Formatting
b, strong, i, em, u, mark, small tags.
Chapter 6: Links
Anchor tag and href attribute.
Chapter 7: Images
img tag, src, alt, width and height.
Chapter 8: Lists
Ordered, unordered and nested lists.
Chapter 9: Tables
table, tr, th, td, rowspan and colspan.
Chapter 10: Forms
input, label, textarea, select, radio and checkbox.
Chapter 11: Semantic HTML
header, nav, section, article, footer.
Chapter 12: Audio and Video
audio and video tags.
Chapter 13: Internal CSS
Adding CSS inside style tags.
Chapter 14: External CSS
Connecting a CSS file using link tag.
Chapter 15: JavaScript Basics
Adding JavaScript with script tag.
Chapter 16: Common Attributes
id, class, style, title and target.
Chapter 17: 50 Important HTML Tags
html, head, body, h1-h6, p, a, img, ul, ol, li, table, tr, td, th, form, input, button and more.
Chapter 18: Mini Project
Create a student registration form and personal portfolio page.
Chapter 19: Practice Questions
10 beginner and 10 intermediate practice questions.
Chapter 20: Interview Questions
Frequently asked HTML interview questions with answers.