Problem with span and family font- below my code

<!DOCTYPE html>
<html>
	<head>
		<title>Result</title>
	</head>
	<body>
		<p>My favorite font is Impact! </p>
		<span style=font-family:red"</span>
	</body>
</html>

i don’t know where is mistake when i click enter this mistake appear ‘’
Oops, try again. Make sure the word “Impact” has the font-family Impact!

You are missing the opening quote (")

style=" "

hello

i don’t have idea what is wrong. please help me because my very
close:)below screenshoot. i think font family is correct. any idea??


Asia

You have font-family set as Arial you need to change to Impact

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.