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

Tell us what’s happening:
Describe your issue in detail here.
Hello guys, I stuck in the first step and i really don’t know why since that’s all I’ve been doing in the previous steps, anyone to pount out where I might be going wrong please.
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/113.0.0.0 Safari/537.36

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

Link to the challenge:

You must closing tag also writrn and then check.

on top
then come

Where and what tag???

html closing tag

Give me a hint… Not necessarily direct but something that will help me understand where I’m going wrong kindly.

1 Like

You need a closing html tag. Closing tags look like </> the only thing you need to add is the element you are closing, and that goes after the slash

1 Like

Thank you, I’ve managed. I think the issue is that this level is a bit different from the previous levels and that’s why it was kinda difficult to figure it out. Thank you though I really do appreciate.

1 Like

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