Tell us what’s happening:
Hi all,
At Learn CSS Colors I can’t pass first step. My code -
Can any one help
Thanks
Your code so far
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang='en'>
<!-- User Editable Region -->
<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/126.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Colors by Building a Set of Colored Markers - Step 1
Hi there and welcome to our community!
Your opening html
tag is correct.
Attributes go in the opening tag only, so remove the other attribute.
Also, the foward-slash comes directly after the opening angle bracket, in the closing tag.
Thanks for your answer. I remove attribute but Still don’t work.
Thanks
<!DOCTYPE html>
<html lang="en"/>
this is how it should be brother
there should be closing tag </>
@governoresegbuyotask
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.
okay i will take note of that
Thanks Bro that was rely help full and led me to solution.
Thanks again
1 Like