We use the img element to display content images. Content images can represent meaningful content or be used for decorative purposes. If used for decoration, we should set the alt attribute to an empty string; otherwise, screen readers will read out the name of the file which may be distracting to the user.

Ex:

<body>
  <img class="meal" src="/images/meal.jpg" alt="A bowl of salmon and curry" /></body>