0
how to add image on html
5 Answers
0
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
0
<img src="img.gif" alt="image" height ="20px" width="20 px">
0
for adding images <img> used.in this tag first of all u have to give the address of img with img type (image format like jpg)
for example
<IMG SRC="sunset.jpg">
if your browser not support IMG then give msg
<IMG SRC="SUNSET.JPG" ALT="SUNSET">
0
<img src="image">
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