Image

The Image element is used to add visuals and by default represents the HTML ‘img’ tag.

Features:

  • Source: Specifies the source of the image. This can be the URL address of the image.
  • Width and Height: The width and height of the image. You can customize the size of the image by adjusting these values.
  • Alt Text: Alternative text for the image. It is displayed when the image cannot be loaded or when used by screen readers. It is important for accessibility.
  • Load: The loading method of the image. The ‘With Page’ option ensures the image loads as the page does. ‘With Scroll’ delays loading until the user sees the image, which can improve page loading performance.