Lesson 3 – HTML Header Exercise
he checker keeps showing:
“Change the background color of the <div> to Orange.”
My code:
<div style="background-color:Orange;text-align:center;">
<h1>Heading One</h1>
<p>Sample text</p>
</div>
I tried Orange, orange, and #FFA500, but it still doesn’t pass.
I cannot skip this lesson. Please help.