0

How we can put an image in html document?

19th Sep 2016, 2:32 PM
sadrealam khan
sadrealam khan - avatar
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.
18th Sep 2016, 9:04 AM
Zen
Zen - avatar
+ 2
You must write the following tag: <img src="image name.jpg">
18th Sep 2016, 11:15 AM
Silas Junior
Silas Junior - avatar
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>
18th Sep 2016, 6:06 AM
tom top
tom top - avatar
0
<img src="path/to/image.jpg"/>
19th Sep 2016, 9:43 PM
ŠŠ»ŠµŠŗсŠ°Š½Š“р ŠŠ»ŠµŠŗсŠ°Š½Š“рŠ¾Š²
ŠŠ»ŠµŠŗсŠ°Š½Š“р ŠŠ»ŠµŠŗсŠ°Š½Š“рŠ¾Š² - avatar
0
<img src="image name.jpg"</img>
20th Sep 2016, 6:47 AM
Asante Wilberforce
Asante Wilberforce - avatar
0
Ų³Ł„Ų§Ł…
20th Sep 2016, 7:21 AM
Abbas Beheshti Moghaddam
Abbas Beheshti Moghaddam - avatar
- 2
by using the tag <img>
18th Sep 2016, 1:21 PM
Nischal