HTML Tutorial : img Tag
In this post, I will show how does img tag works.
Syntax
<img src=”image_address.jpg” alt=”image_name”>
Here
img – image tag
src attribute – address of the image
alt attribute- alternative for the image
…………………………………………………………………..
Example
src=”https://www.postnetwork.co/wp-content/uploads/2018/02/gplus.jpeg”
alt=”googleplusimage”
final image tag
<img src=”https://www.postnetwork.co/wp-content/uploads/2018/02/gplus.jpeg” alt=”googleplusimage”>
———————————————–
Output