+ 1
I cant add image to html
I have confusion in (src) and (alt) part.
4 Antworten
+ 3
Explain which part is confusing
Or even better, share a link to your problematic code for a review.
Here's how you can share your code link 👇
https://www.sololearn.com/post/75089/?ref=app
+ 2
Hi! Hope, this link will help you:
Images in HTML
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML
+ 1
If you are trying to add a picture from your device then you can't do that locally. Instead use Dropbox to upload your picture and create an external link.
Or for testing purposes grab any link from an online source.
Example:
<img src="http://www.sololearn.com/images/tree.jpg" alt=" Image of a tree" />