HTML Tutorial : img Tag

HTML Tutorial : img Tag

In this post, I will show how does img tag works.

Syntax

<img  src=”image_address.jpg” alt=”image_name”&gt;

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

HTML Tutorial

Leave a Comment

Your email address will not be published. Required fields are marked *

©Postnetwork-All rights reserved.