0

How to add image in html?

18th Oct 2022, 5:04 PM
Aryan Asthana
Aryan Asthana - avatar
5 odpowiedzi
+ 2
Aryan Asthana , <img src="image.jpg"/>
18th Oct 2022, 5:54 PM
Riya
Riya - avatar
+ 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">
18th Oct 2022, 7:59 PM
c
c - avatar
0
Try using the img tag check out also w3school.com website for examples
18th Oct 2022, 10:05 PM
Graeme Adamson
Graeme Adamson - avatar
0
<img src=imagename / path of image width=px height=px alt=message /> The above tag will display image in html
19th Oct 2022, 5:19 PM
sree harsha
sree harsha - avatar