Power  of  Image tag

Power of Image tag

Image Tag

  • The <img/> HTML element embeds an image into the document. image.png

Attributes

  • The src attribute is required and contains the path to the image you want to embed.
  • The alt attribute holds a text description of the image, not mandatory but useful for screen readers.
  • The width and height attributes always define the width and height of the image in pixels.

Image mapping

  • Here comes the interesting part of the image tag. It's the usemap property.
  • We can have an image with clickable areas and can even direct to another page.
  • Click here for Demo

Tips

Thank you for reading.