I cannot move forward. The test said to check spelling in title I checked for mistakes.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head> <meta Charset="UTF-8"
<title> Mr. Whiskers' Blog </title>
</head>
</html>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0
Can you spot that you have a syntax error here? That is what is causing your code to fail.
Also, whilst it’s not crucial to pass this step, it’s generally a good idea to avoid additional spaces inside your elements, when they’re not strictly necessary (i.e. the title tags should wrap tightly around the text content)
Please do not create duplicate topics for the same challenge/project question(s). If you need more help then respond back to the original topic you created with your follow up questions and/or your updated code and question.
The duplicated topic has been unlisted.
Hi buddy, very good for at least trying out things.
Here in this section you need to do some changes.
1st you need to put meta element below head element and inside it you need to pay attention on word charset then don’t forget to close the meta element.
2nd you need to check the word between your title element kindly double check the spelling.