How to Insert Images
To insert Image in HTML we use image tag. image Tag is an empty tag, meaning it does not require closing 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 i...
hiteshdewangan.hashnode.dev1 min read