- 2
How can i use img tag in html
2 RĂ©ponses
+ 7
<img src="url" />
this will result in displaying a picture in HTML
you will just have to see the url matches or not
with the style attribute you can even edit the pictureââđ
+ 4
<IMG src="the link of the image"/>