which tag is used add an image to a web browser
Answers
Answered by
2
Answer
<img> tag is used to add an image to a webpage in a browser.
Attributes of <img> tag:-
- src
- alt
- width
- height
- border
- style
- align
- title
Syntax
- <IMG href=”address of the picture”></IMG>
Similar questions