how we can imaging in html
Answers
Answered by
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.
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
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...
< 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