0
How we can put an image in html document?
7 Answers
+ 3
<img src="path/to/your/image.jpg"></img>
You can use an absolute or relative path in the src. If your image is in the same folder as the html, just put the name of the image.
+ 2
You must write the following tag:
<img src="image name.jpg">
0
you need to have a webside with the picture.
you take the address and put it to a document:
<img src="http://www.website.com/images/image.jpg"></img>
0
<img src="path/to/image.jpg"/>
0
<img src="image name.jpg"</img>
0
Ų³ŁŲ§Ł
- 2
by using the tag <img>