201k views
0 votes
Which code snippet is the correct way to rewrite this in Semantic HTML?

Codecademy


Codecademy


Codecademy


Codecademy


Codecademy

User Atzoya
by
4.6k points

1 Answer

2 votes

Answer:

<div id="header">

<h1>Waketech</h1>

</div>

<header><h1>Waketech</h1></header>

Step-by-step explanation:

I think thats the answer your welcome

User James Mulholland
by
4.7k points