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

Tell us what’s happening:

My code will not run and I’m not sure what the issue is. Please assist if possible.

Your code so far


<!-- User Editable Region -->

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

<!-- User Editable Region -->


<lang="en">

Your browser information:

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

Challenge Information:

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

Hi there and welcome to our community!

Your html element should have a closing tag.
All of your HTML document will be nested between the html tags.

1 Like

Thank you :blush: I resolved the issue and the code ran.

2 Likes