Tell us what’s happening:
What am I doing wrong?!
Your code so far
<!DOCTYPE html>
<html>
Hello Shannon!
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/declare-the-doctype-of-an-html-document
You did not complete what the instructions asked of you. You have the opening and closing html tags (which is correct), but you are missing an h1 element. Currently, you just have some text “Hello Shannon!” inside the html element.
The first challenge in this section shows you how to create an h1 element.
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/say-hello-to-html-elements
1 Like
Wow, Thank you. This whole time I’ve been forgetting to add the 1’s … I feel like I am horrible at this!
Keep at it. Read carefully. Search Google (really this is a coding skill). You can do it.
2 Likes
I don’t know how many times I searched google and got nothing… I just copy and paste the problem and still got nothing.
hrm. Like I said it’s a skill you need to learn. For example the there is a list of tests at the bottom. If you copied the h1 test text into google you would have gotten quite a bit on h1 tags:
Try it with each lesson. Do a search for the tag you are trying to learn. Do it with the tests you do not pass. Searching and reading about syntax is part of the coder’s toolset.
1 Like