Computer Science, asked by kaunain3, 1 year ago

how we can imaging in html

Answers

Answered by Anonymous
1
Hey Friend !!

Here is your answer.

You can add image in HTML by using the img tag.

For example :

To add a image , you need to give this coding.

<img src ="name of the file.extension" or "path of the file/file name.extension">

You use the path of the file when the location of file and image is different.
Answered by gaurav2013c
1
To insert image in HTML,

< Img> tag is used with its attribute src...


For Example :-
An image file name abc.jpg is to be inserted..

< Img src = " address of file" >

It is container tag...
Similar questions