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

How to pass in level 7 lesson 5?

I did everything right but it is saying to write style attribute to make with of side by 25% but I have already done that several time and it is written correctly I checked it by checking the output but it's still showing and not letting me submit it
by

2 Answers

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 style="width:25%;float:left">Sidebar</div>
<div style="width:75%">Main</div>
</div>
</body>
</html>
Pranshuik5iz
Thanks

Login / Signup to Answer the Question.