← Back to Tag Glossary

<img>

Media

Embeds an image. Requires a source URL and alternative description.

Common Attributes

  • src Configures the element's custom src parameter.
  • alt Configures the element's custom alt parameter.
  • width Configures the element's custom width parameter.
  • height Configures the element's custom height parameter.
  • loading Configures the element's custom loading parameter.
  • srcset Configures the element's custom srcset parameter.
interactive-example.html
Live Preview