Footer in the webpage

Howe Can we add photos in footer instead of link

Hi @rohit.ram.9038,
To add photos, use the<img> tag.
The <img> tag has two required attributes:

  • src - Specifies the path to the image
  • alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed or in case of screen readers.

Example,

<img src="tom.jpg" alt="Tom standing on the floor">