Image in HTML
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 ...
sidsriedu.hashnode.dev1 min read