Ooops, you forgot to style

Then what’s wrong with mine? It showes me same error with font size in the second

  • even if I don’t style it! Shouldn’t the error code be something like: "Ooops, you forgot to style the second
  • ", or something like that? Thanks!
    <!DOCTYPE html>
    <html>
    	<head>
    		<title>Loving the font changes</title>
    	</head>
    	<body>
    		<h1 style="font-family: Arial">Big title</h1>
    		 <ol>
    		 	<li style="size: 16px; font-family: Arial;">This item is big Arial.</li>
    		 	<li style="size: 12px; font-family: Verdana;">This item is medium Verdana.</li>
    		 	<li style="size: 10px; font-family: Impact;">This item is small Impact.</li>
    		 </ol>
    	</body>
    </html>
    
  • Supposed to be font-size not size

    Hahahah Bang! :smile: I’m soo, sooo… dumb! Thank you!

    1 Like