Web design is a powerful tool that transcends mere profession; it embodies our belief in the importance of appealing aesthetics.

Read each lesson, then answer the question before moving on.

Lesson 1 of 10
Lesson 1

HTML uses elements represented by tags to structure content. Headings are defined with tags <h1> through <h6>, where <h1> is the largest and most important heading and <h6> is the smallest. For example: <h1>Welcome to My Page</h1> would display the biggest heading on the page.