Computer scienceFrontendHTMLHTML element categories

Layout elements

Web page

Report a typo

Write a web page according to the layout below:

Representation of basic website layout

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Site</title>
</head>
<body>
</body>
</html>
Completed 1 of 9
There is a header of the web page
The web page has a navigation bar
___

Create a free account to access the full topic