Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Include <div> </div> to add a new div below the header

How to write this code
by

1 Answer

sam5epi0l
This is how you can add div element:


<header>
<h1>My Header</h1>
</header>

<div>
<p>This is a new div below the header</p>
</div>

Login / Signup to Answer the Question.