elibraryportal Logo

HTML Images Tag:-

⟼ HTML Image tag are use to insert image into a web document.

⟼ HTML Picture tag is utilized to show picture on the page.

Syntax Follow:-

Image Tag Attribute Explain.

Attributes Values Description
src "Image Source Path" Required Image path where Picture Store on computer or Location.
alt "Alternate Text" It identify the image name. this is Very use full for SEO.
width "size_px" It Define the Width to display the image.
Height "size_px" It Define the Height to display the image.
Align "left"
"right"
It Define the image align side display.
Border "Size"
eg. "0"
It Specifies the image border size.

Example1:

Output:

Elibrary Portal Tutorials

Example2:( Anchor Image Tag)

Output:

ROJGAR BHARAT
Next TopicHTML Table Tag