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

Won’t let me advance, what is wrong? I’ve tried every variation, and every reset/hardware/restart/troubleshoot imaginable. Googled it too, supposedly this is correct, or at least one of my variations is supposed to be.

<html lang="en"

<!-- User Editable Region -->

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

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) 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:

Hi @killianlanel3320 ,
you are already doing well. However, you are just missing a little ingredient. Your DOCTYPE declaration should at least be on a separate line so as not to confuse you, since you are just starting out.
Same as your html opening and closing tags.
Finally, remember to properly close your tags like this:
<figure class="en"> </figure>
I hope this helps.
happy coding!

1 Like