+ 1
How to add pic in html
2 Réponses
+ 4
<img src="imgurl.jpg"/>
✓https://www.sololearn.com/learn/HTML/1030/
✓
https://www.sololearn.com/discuss/803683/?ref=app
+ 1
To put image in Html you have a tag IMG which means IMAGE.There is also a attribute called SRC which mean source.In this attribute you can give path of the image in which it locate.Understand by an example
<IMG SRC ="c:\image\flower.jpg">