<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
what’s wrong? I don’t understand… help me,please.
<!DOCTYPE html>
<html>
<head>
<title>Loving the font changes</title>
</head>
<body>
<h1 style="font-family: Arial">Big title</h1>
<ol>
<li style="font-family: Arial; font-size:16px">This item is big Arial.</li>
<li style="font-family: Verdana; font-size:12px">This item is medium Verdana.</li>
<li style="font-family: Impact; font-size:10px">This item is small Impact.</li>
</ol>
</body>
</html>