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

Level7-->Lesson4 can't solve...please help me out!!!

This is the error even though I have added div below header, it is still displaying this error
Include <div> </div> to add a new div below the Header.
by

1 Answer

ramakrishna1
<!DOCTYPE html>
<html>
<head>
<title>

</title>
</head>


<body>
<div style="background-color:orange;;text-align:center">
<h1>HEADLINE</h1>
<!-- <p><small>small headline</small></P> -->
</div>
<div>
<div>Sidebar</div>
<div>Main</div>
</div>
</body>

</html>

Login / Signup to Answer the Question.