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

Tell us what’s happening:
Describe your issue in detail here. I don’t know what the issue is here as I always started new projects like this. Can someone fill me in on how this is incorrect.

Your code so far


<!-- User Editable Region -->

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

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome to our Community!

here in your code, you didn’t close the HTML tag.
Your html element should have a closing tag.
It should have a start tag <html> with lang attribute and an end tag </html>

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