0
How to add image in html?
5 Answers
+ 2
Aryan Asthana ,
<img src="image.jpg"/>
+ 2
Convert the image you want to use into an url with this website: https://im.ge/upload
After the upload is completed, click on your image and you will see a list of urls, copy the 'image url' one (second in the list).
After, put it in your code like this:
<img src="image url">
0
Try using the img tag check out also w3school.com website for examples
0
<img src=imagename / path of image width=px height=px alt=message />
The above tag will display image in html