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

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, intial-scale=1.0">
  <title>Colored Markers</title>
</head>
<body>
</body>
</html>

Hello there.

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Preformatted text[quote=“thakurbikash786, post:1, topic:551321”]

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, intial-scale=1.0">
  <title>Colored Markers</title>
</head>

[/quote]

but error is occured. I don,t understand which is going on

Can you give a link to the problem?

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-colors-by-building-a-set-of-colored-markers/step-5

Hi you wrote intial instead of initial

It’s best to copy paste what is written in the guide or a template so that you wont make these kind of mistake again in the future :grin:

This part of the code is common boilerplate used in many website templates, so its handy if you have one noted down in a note for easy copy pasting :+1:

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