11/16 HTML Basics ll
<In what way does your code behave incorrectly? Include ALL error messages.>
ERROR: Oops, try again. Did you remember to set the font-family to Arial?
I don’t get this, I put the exact code that they instructed
<!DOCTYPE html>
<html>
<head>
<title>Putting it all together</title>
</head>
<body>
<p style = "font-size: 20px; color: blue; font-family Arial">A truly spectacular paragraph!</p>
</body>
</html>