Read each lesson, then answer the question before moving on.
Lesson 1 of 10
Lesson 1
HTML (HyperText Markup Language) is the standard language for creating web pages. It uses elements represented by tags like <h1>, <p>, and <div> to structure content. Every HTML document begins with a <!DOCTYPE html> declaration followed by <html>, <head>, and <body> tags.









