Describe your issue in detail here.
I have tried several ways to insert the meta tags necessary for this and no matter which way I go about it, I cannot pass this level which is really frustrating. I have put the meta tags in the head, I have put them under the head, I have combined them and made 2 separate meta tags and it keeps telling me I am wrong so can someone else please take a look at this? I’m ready to blow off programming today.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head <meta content width="device-width" initial-scale="1" />>
<meta name="viewport">
<meta charset="UTF-8" />
<link rel="stylesheet" href="styles.css" />
</head>
<!-- User Editable Region -->
<body>
</body>
</html>
You appear to have created this post without editing the template. Please edit your post to 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 you say, the more we can help!
Welcome back to FFC forum. Looks carefully. You should have your meta tag between your head opening and closing tags. You placed it within head opening tag. And also you Added it in two parts. @amber.m1678
okay kinda confusing on what you are trying to say here. What do you mean by wrong order and wrong spacing? I need someone whose native language is english
FYI, posting pics of code in here is not as helpful as pasting in your actual code because it doesn’t allow us to easily test your code. Please use the following triple back tick method to paste your code.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.