Last updated on October 4, 2019
Definition :
- This is a tag,which is meant for loading the images from external sources to a webpage.
- Image tag is a single line tag.
Program :
<html>
<body>
<img src=”Desert.jpg” width=”100px” height=”100px” title=”view image” alt=”sorry for inco”/>
</body>
</html>
Be First to Comment