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

Level 7 Lesson 4

multi div
lesson4 shows copy or duplicate code i can not attend or go on next lessons since from 15days plssss help
by

1 Answer

kshitijrana14
Try this one :

<!DOCTYPE HTML>
<html>
<head><title>Website</title></head>
<body>
<div style="background-color:orange">
<h1></h1>
<p></p>
</div>
<div>
<div>Sidebar</div>
<div>Main</div>
</div>
</body>
</html>

Login / Signup to Answer the Question.