CLOSE

Help Us Help You

This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.

Image Tag

The <img> tag places an image on the page.

<img src="path to image">

Attributes

  • alt - Specifies alternate text to display if the image can't be found.
  • height - The image height
  • src - Path to the image.
  • width - The image width.

Copyright 2016 Step By Step HTML. All Rights reserved.