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

Tell us what’s happening:
Is the website bugged? My meta element isn’t being recognized. My title also doesnt display in the preview until I write the meta element before closing it and then once I do the title disappears. When I click next step, it doesnt recognize it complete but as far I can tell, it should be good.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Colored Markers</title>
</head>
<body>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0

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

Link to the challenge:

What do self closing tags look like?

I added a / to the end of tag but it still did nothing

<meta charset="utf-8" />

Capture

I really think its bugged.

I cant see your code?

I re uploaded it, refresh the page.

Thanks for helping btw!

1 Like

Oh just so you know the code still hasn’t gone through :frowning:

let me see what you done?

Its the same code, except I added what you recommended. It still doesnt go through.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Colored Markers</title>
  </head>

Do the challenge before the one again, then try this one

Nope, still hasn’t fixed it :frowning:

I’m not sure what may be the problem, ive tried it to verify and it worked

did you try it on the New version or the Legacy version?

I cant reply anymore because of restrictions, can I see your code?

Yes its the same challenge you provided

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