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

Tell us what’s happening:
Describe your issue in detail here.

Test

Sorry, your code does not pass. Hang in there.

Hint

Your html element should have a closing tag.
Your code so far

all elements have closing tags. what’s wrong?

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

Your browser information:

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

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

Link to the challenge:

Hi!
Very good job, everything you have written is correct, but you need 1 more tag.
That is the closing tag of html.
For example you have the open tag of h1 then you write some text then you have the closing tag also.
Hope this helped!

HI!
I thought it was a self-closing tag…
Thanks for the help!

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