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

You forgot to change background color of span to red

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

<body>

I like Cats.<span style="background-color: Red;">highlight effect</span>
<div style="background-color:yellow">hii</div>


</body>
</html>


above is the code
someone help me
by

0 Answers

No Answer posted yet.

Login / Signup to Answer the Question.