Saved Bookmarks
| 1. |
Sunil wants to insert an image 'elearning.jpg' into a webpage. Write the name and the syntax of the HTML Tag she should use. The alternate text for the image should be 'E-learning Image' |
|
Answer» Name of Tag : Image Tag (<img>) Syntax of Tag :<imgsrc= "elearning.jpg" alt= "E-learning Image"> |
|