+ 3
How to add image to html
15 Answers
+ 9
<img src="source...">
+ 2
<img src="source">
for source just visit the location where image is located
Then click on address bar and copy it and paste that in your file
for file name right click on file and select rename
don't rename your file and just copy the text and paste after address
then put your file extension in you html file
+ 2
image aren't in page. just keep the file now in html add <img src=pathtoimage>
0
<img sec="url of your image" alt=" name in case of slow net" title=" name shown when mouse cursor moves on image" >
0
<img src="url"> URL is simply the link/path/location(or whatever you may call it) of where u get your image from
0
<img src="URL" alt="">
0
imagen :v
0
<img src="imagename.jpg"width="104" height="142"
0
first u have to use a tag
<img src=":D/:new/:image.jpg">
where src is source of imag
0
<img src"source" />
0
<img src="URL" width="" height="" alt="">
0
bhai kya hal h
0
Images
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML
audio:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
video:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
How To Upload your phone images on SoloLearn using phone
https://code.sololearn.com/WT3661NHpV3B/?ref=app
Upload content with Dropbox [Tutorial]
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
How to host/upload an image (IMGBB way)
/by Farhanaz/
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
Upload content with Google drive
https://code.sololearn.com/Wa25A17a19a1/?ref=app
- 1
! <img src="http://www.sololearn.com/images/tree.jpg" alt="" />
- 1
<img src=(image title+ext.)>