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

What is wrong with my code? it says i forgot to add You forgot to Change the background color of the span area to Red

<!doctype html>
<html>
<head>
<title>My Webpage Title</title>
</head>

<body>
<p> I like Cats.
<span style="background-color: red;">
This is some text in a span.</span></p>
<div style= "background-color: yellow;">
This is some text in a div.</div>
</body>
</html>
by

0 Answers

No Answer posted yet.

Login / Signup to Answer the Question.