Table of Contents

How to represent an image in HTML ?

About

An image in HTML can be represented by:

The img and picture element can be used to defined responsive image (ie a serie of image with different dimension for each screen size).

See How to create responsive images in HTML ? (from A to Z)