Back to Course/Lesson 4 of 45
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)
PDF2.4 MB
Sample HTML Files (ZIP)
ZIP1.1 MB
Cheatsheet - HTML Elements
PDF640 KB