+ 1
How can I insert an image to html page ?
Inserting image
3 Answers
+ 2
<img src="" alt="">
src is the address of image
alt is the alternative text if the image does not load.
src and alt are required img attributes
+ 1
First you should search this question before posting.
First upload your image on Dropbox upload win imgb google drive then copy the link of uploaded image .
https://code.sololearn.com/W0G3uPGZfc7v/?ref=app
+ 1
https://code.sololearn.com/W0Te6wVTabq9/?ref=app