Computer scienceFrontendHTMLHTML element categories

Layout elements

HTML5

Report a typo

Rewrite the code according to the HTML5 standard.

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
___

Create a free account to access the full topic