Rewrite the code according to the HTML5 standard.
Layout elements
HTML5
Report a typo
Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Site</title>
</head>
<body>
<div class="header"></div>
<div class="nav"></div>
<div class="section"></div>
<div class="aside"></div>
<div class="footer"></div>
</body>
</html>
Completed 1 of 6
The non-semantic tag has been replaced by a semantic tag
The non-semantic tag has been replaced by a semantic tag
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
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.