Image in HTML
May 3, 2024 路 1 min read 路 Hello World!, Welcome to my Blog. In this blog, I am going to discuss about the image tag in HTML. <img src="filename.jpeg" alt="alternative text" title="My image description" height="100px" width="100px" /> Img is self closing tag, we don't need ...
Join discussion