I’m currently trying to add a second image but it isn’t working and Iv’e used
<img scr="__" />
and it still isnt working.
It’s src
not scr
1 Like
<img src="https://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
<img src="http://www.rgbstock.com/cache1oXLhv/users/t/tz/tzooka/300/mCDUAXm.jpg"/>
I’m currently trying to add a second image but oops try again. Why?
@netslayer89851
add a space character
<img src="http://www.rgbstock.com/cache1oXLhv/users/t/tz/tzooka/300/mCDUAXm.jpg" />
1 Like