Computer Science, asked by Akashggggg, 11 months ago

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 Anonymous
0

<header>

...

</header>

<article>

<div>

...

</div>

<div>

...

</div>

</article>

<footer>

...

</footer>

Similar questions