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

As you’ve seen in the previous projects, webpages should start with a DOCTYPE html declaration, followed by an html element.

Add a DOCTYPE html declaration at the top of the document, and an html element after that. Give the html element a lang attribute with en as its value.

HELP


<!-- User Editable Region -->

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

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

Challenge Information:

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

Hi @artitus1
Please close the opening html tag.

Happy coding

mod edit: removed
Just have to close of the first HTML tag with a grater than > just after the lang="en" easy mistake dude, keep on coding! Refer back to your old code aswell to see how it was structures if you forget certains things

1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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