About the src atrribute

my attributes src is not running in the code:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>


<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>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
<img *src*="https://www.freecatphotoapp.com/your-image.jpg" alt= "a buisness cat wearing a neck tie" > 


</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.47

Challenge: Add Images to Your Website

Link to the challenge:

Hi,
it looks like you added asterisks around your src attribute. If you remove those, and give it the proper image URL the tests should pass.

<img src="your image path" alt="alternative text">

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