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