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

Asking for style attribute even though i given that

<!DOCTYPE html>
<html>
<head>
<title>My website</title>
</head>
<body>
<div style="background-color:orange;">
<h1>Heading</h1>
<p> just tagline</p>
</div>
<div>
<div style="width:25%; float:left">Sidebar</div>
<div style="width:75%;">Main</div>
</div>
</body>
</html>
by

1 Answer

kshitijrana14
please send level id and lesson id

Login / Signup to Answer the Question.