Tell us what’s happening:
Lost on yet another one. My brain is a bit fried from trying to remember these, but they are fun to do!
Your code so far
<!--
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
-->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36.
You got this one. You know what a comment looks like now. Think about it for a bit, re-read the challenge text, see if you can figure it out.
Just in case you have not noticed it, there are videos you can watch by pressing the “Watch a video” button. They give a spoiler alert so you can press pause if you don’t want the answer given to you.
Comment out your h1 element and your p element, but not your h2 element.
You have learned how to use comments. In this case you have to add the bits necessary to make your h1 and p commented out so that they don’t show un the page to the right, but your h2 not commented so that instead it shows.
Remember that in order to start a comment, you need to use <!-- and to end a comment, you need to use -->
<!–p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
–>
That’s what I have, but it keeps saying this:
Do not change the order of the h1 h2 or p in the code.
Ah, thank you so much! It finally worked! Again, thank you so much, @ILM! I don’t know where I’d be without help of others on this site. It’s my 3rd day being on here, and I’m having a blast!
OK well, then the video is just not loading for you. It might be a bit much to try and troubleshoot it. Did you try using Incognito? You can also try Firefox just as a test.
Anyway, the videos I posted are the exact same as the ones you get when clicking the video button. You just have to find the right one for the challenge. But that shouldn’t be too hard, they should be in the same order and have the same title as the challenges.
They were easy to find. Thank you, @lasjorg, for giving me the link I’m using the videos for help whenever I need it on these that lessons that I need help with