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

Level=6/lesson=4

You forgot to Change the background color of the span area to Red.
by

1 Answer

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

<body>
I like Cats.
<span style="background-color:red">i dont like cats</span>
<div style="background-color:yellow">i like Dogs</div>

</body>
</html>

Login / Signup to Answer the Question.