On Level7, Lesson 3.
I am getting this message(Change the background color of the <div> to Orange.Change the background color of the <div> to Orange.), which is preventing me from submitting those codes.
<!DOCTYPE html>
<html>
<head>
<title>Web page</title>
</head>
<body>
<div style="background-color:orange;text-align:center;">
<h1>NDIKUMANA Venuste</h1>
<p>We are Born to code!</p>
</div>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Web page</title>
</head>
<body>
<div style="background-color:orange;text-align:center;">
<h1>NDIKUMANA Venuste</h1>
<p>We are Born to code!</p>
</div>
</body>
</html>