In html level7 ,lesson3
I am creating correct code according to instructions then also it is giving like change the background color orange ,i tried so many times but it is giving same error,my code: <!DOCTYPE html>
<html>
<head>
<title>Keertana</title>
</head>
<body>
<div style=" background-color:Orange;text-align:center;">
<h1>Hello Everyone</h1>
<p>Welcome to my website</p>
</div>
</body>
</html>