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

Why not submit my solution ? level 7 lesson 3

<!DOCTYPE html>
<html>
<head>
<title>Arkopravo</title>
</head>
<body>
<div style="background-color: Orange; text-align:center">
<h1>Heading</h1>
<p>paragraph</p>
</div>
</body>
</html>
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>
</body>
</html>

Login / Signup to Answer the Question.