Tell us what’s happening:
I have correctly commented out h1 and p but its saying i have placed them out of order i can see that i have not placed them out of order because the only thing left is CatphotoApp. How can i continue to move forward or can someone help me correct this system error please?
Your code so far
<!--
<h1><HelloWorld<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/81.0.4044.129 Safari/537.36.
That link won’t show me your code - it just takes me to the challenge and shows either the default code or whatever I have cached locally.
If you want to copy text (like the OP’s code), you can click and drag the mouse to highlight it and press CTRL+C. Then go to the lesson’s code editor, delete everything, and press CTRL+V to paste the code you copied.
I’m glad you figured it out! But unfortunately I cannot read your code because it is not formatted into a code block.
To format it into a code block, use three backtick symbols above and below your code:
```
YOUR CODE HERE
```