Create a structured web page with a header section that has a level 1 heading, an unordered list containing three items (Home, About, Contact), a main content area with a paragraph, and a footer with a paragraph text.
Block-level elements
Structured web page
Report a typo
Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Structured Web Page</title>
</head>
<body>
<!--Add a header section and a level 1 heading here -->
<div>
<!--Add unordered list with three items here -->
</div>
<div>
<!-- Add a paragraph here -->
</div>
<!-- Add footer and a paragraph text here -->
</body>
</html>
Completed 0 of 4
Check header section
Check unordered list
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.