What is the wromg here?
it ask me to make the div background color orange and i made it but still say it is wrong why?
this my code
<!DOCTYPE html>
<html>
<head>
<title>Webpage</title>
</head>
<body>
<div style="background-color:orange;text-align:center;">
<h1>Welcome to Our Website</h1>
<p>Your success starts here</p>
</div>
</body>
</html>