Be Brav3

FCC Challenge 16: Add Images to your Website

March 07, 2016

In Free Code Camp Challenge 16 we’re tasked with adding an image to the code:

[html]

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

[/html]

You can add the img tag any where after the closing style tag. After modifying the code, it should look like this:

[html]