Image Tag
<img loading="lazy" src="https://xxx.png" alt="Describe image here" width="400" height="400">
src | Required, Image location *(URL | |
alt | Describe of the image | |
width | Width of the image | |
height | Height of the image | |
loading | How the browser should load | |
See: The Image Embed element |
Comments