Write html code to divide the web browser window into three horizontal section in web browser Divide second section into two horizontal section
Answers
Answered by
0
<header>
...
</header>
<article>
<div>
...
</div>
<div>
...
</div>
</article>
<footer>
...
</footer>
Similar questions