Computer Science, asked by imRahulkr, 1 year ago

How to insert a image in HTML document. Give steps to insert image in HTML document. Explain it step by step.

Answers

Answered by uashenoy05
6
Hell bro,

u can use img src tag to insert image in a html document


pls mark my answer as brainliest

uashenoy05: then right click on the image
uashenoy05: then properties
uashenoy05: and copy the path of the image
uashenoy05: paste it in the img src tag
Anonymous: correct
uashenoy05: what is correct????
Anonymous: ur way, steps
uashenoy05: tnx
uashenoy05: yours is more vivid
Anonymous: tnx
Answered by Anonymous
9
hello friend,
code ==>
<img src="path of image.extension">


as per new updates in HTML,
if your webpage and the image is located in the same folder then you don't have to copy the whole path, just write the name of the image and the extension image, required image will be inserted...

hope it helps you..

imRahulkr: where I can get image extension and location ???
Similar questions