InterviewSolution
Saved Bookmarks
| 1. |
What is <Img> tag. Explain. |
|
Answer» <img> tag is used to embed an image in HTML document. It means it displays an image in HTML web page. The general syntax of thi stag is <image SRC=””FILENAME”> |
|