Tell us what’s happening:
Describe your issue in detail here.
Your code so far where am i a making a mistake in addingb the comment
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<p>Click here to view more cat photos.</p>
<<!-- TODO: Add Link to cat photos>Click here to view more cat photos.</TODO: Add Link to cat photos-->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.56
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Click the reset button to return the code back to its initial state.
The editor will show you this one line of code <p>Click here to view more cat photos.</p>
You must add an empty line -above- this line of code then write your new comment in that empty line.
Make sure to use the exact sequence of characters to indicate a comment like below /* comment text in the middle */
you have more than one opening < and the moment the > closes, that is it. The is no need for extra text after it. It does not require another closing tag too, like <p></p> rather just <> and that is it.