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

Tell us what’s happening:

I believe something is wrong with the detection of the correct answer. I’ve already answered this question before, but I reset my progress. I am trying to use the code from question 2 to answer this question, but when I put in and , on seperate lines, it doesn’t work. It keeps saying the html element needs a closing tag, but it already has that. Anyone have any ideas?

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/125.0.0.0 Safari/537.36 Edg/125.0.0.0

Challenge Information:

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

Hi there and welcome to our community!

Your html element does not have a closing tag.

This is an opening tag:

EXAMPLE:

<p>This is an element with both an opening and closing tag.</p>

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