Challenge Comment out HTML has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<!-->Hello World</-->
<h2>CatPhotoShop</h2>
<!-->Hello Pagragraph</->
I cannot figure why that error message won't clear. What am I missing?
@firstcreatedbydesign thanks for the issue but if you get stuck or have questions with a challenge in the future, please first ask questions to the Help Room. GitHub issues are only for bugs on the site.
Hint:
Comment out your
h1
element and yourp
element, but leave yourh2
element uncommented.
implies that you don't mess with the HTML elements. Just comment them out.
Happy coding!
I did. No response from anyoneÂ
Sent from Yahoo Mail on Android
On Sun, Aug 7, 2016 at 11:37 PM, Eric [email protected] wrote:
Closed #10128.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@firstcreatedbydesign the rooms sometimes get really busy so you'll have to be patient. If you don't get any response in the future, you can tag me @erictleung
in Gitter and I can try to help you out. There are many people in the help rooms willing to help, just gotta be persistent. Good luck!
Thank you. I will. I will ask again tonight. Good day.Â
Sent from Yahoo Mail on Android
On Mon, Aug 8, 2016 at 9:06 AM, Eric [email protected] wrote:
@firstcreatedbydesign the rooms sometimes get really busy so you'll have to be patient. If you don't get any response in the future, you can tag me @erictleung in Gitter and I can try to help you out. There are many people in the help rooms willing to help, just gotta be persistent. Good luck!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
I will thank you so much.
You have to put your comments outside of the original html tags. Don't touch the original code put your comment tags around it.
kindly tell me how to have try so many things thanks
It worked for me when I just added the comment tags without changing the original code. Hope it works!
above
write
Most helpful comment
You have to put your comments outside of the original html tags. Don't touch the original code put your comment tags around it.