Learn CSS Colors by Building a Set of Colored Markers - Step 1

Is this broken it keeps giving me an error?

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en"/>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15

Challenge Information:

Learn CSS Colors by Building a Set of Colored Markers - Step 1

the html element is not a slef closing tag remove the / at the end and add its corresponding closing tag which is </html>

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