How do I add link using comment

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
             <!--, TODO: Add link to cat photos -->

</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; TECNO KD7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36

Challenge: Step 4

Link to the challenge:

hello and welcome to fcc forum :slight_smile:

no, you cant create a link with ‘comment’ syntax

you need that ‘comment’ without that leading ‘comma’ before initial ‘<p>’ tag

i’d suggest you restart ths step and simply add ‘provided comment text’ and use it with ‘comment’ syntax before ‘<p>’ tag

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.