30 min
HTML structure and elements
Learn the fundamental structure of HTML documents, including elements, attributes, and best practices.
Lesson Notes
- HTML stands for HyperText Markup Language.
- Every HTML document should start with <!DOCTYPE html> followed by <html> root element.
- Use semantic elements like <header>, <main>, <nav>, <section>, <article>, <footer> for better structure and accessibility.
Lesson Resources
Slides - HTML Basics (PDF)
PDF • 2.4 MB
Sample HTML Files (ZIP)
ZIP • 1.1 MB
Cheatsheet - HTML Elements
PDF • 640 KB