0
How to add image in html file.?
3 Answers
+ 1
that in html * sorry i didn't that it is called hrml sorry
0
<img src="name of the image in ur pc "/>
0
<img src="directory of the image in your pc" />
*you can also add inline styline to it with:
<img src="directory of the image in your pc" style="height:10px; width: 10px;">