The html code I have input is below. I am trying to find where I have gone wrong with the part, however can not determine what the issue is. Can anyone help.? Thanks
<head>
<meta charset=" UTF-8">
<title>CatPhotoApp</title>
</head>
The html code I have input is below. I am trying to find where I have gone wrong with the part, however can not determine what the issue is. Can anyone help.? Thanks
<head>
<meta charset=" UTF-8">
<title>CatPhotoApp</title>
</head>
hello and welcome to fcc forum
you need to add “attempted code snippet correctly” and step/exercise “url”
one easier way to do both of those things by using “get help => askfor help => create post”
happy coding
Please link to the challenge step you are stuck on and post your code.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Hi. You have a gap inside the value of your charset attribute. If you close that it should pass.
For future, please don’t post pictures of your code, please put your code in the forum post - see post above as to how to post your code.
Welcome to the forum @ashleyeng22
I edited your post so the code formats correctly on the forum.
As @bappyasif and @a1legalfreelance mentioned, there are several ways to ask for help with coding challenges on the forum.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Happy coding