Building photo cat app with html and css

<img=“src” ‘https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg’ ‘alt’ “A slice of lasagna on a plate”.
i need an help to code this rightly

<img> tag has attributes like src and alt which are placed between img tag as such : -

<img src = "LINK HERE" alt = "the text description of image here" >

See this as reference and try doing so.
Happy Coding!

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