Insert image in HTML | Use of <Img> Tag in HTML with Example
How to work with images in HTML and explain in detail <img/> tag important attributes?
Ans:
To add an image in HTML, we can use <img> element.
<img> element is a self-closing tag which means it doesn’t have a closing tag.
e.g. <img src=”Manas.j...
mrbarman.hashnode.dev1 min read