Siddhant Srivastavasidsriedu.hashnode.dev·May 3, 2024Image in HTMLHello 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 ...image-tag
Indrajeet Giramcodewords.hashnode.dev·Apr 24, 2024Understanding the Image Tag in HTMLHTML, or Hypertext Markup Language, is the backbone of the internet. It structures web pages and enables us to present content in various formats, including text, images, videos, and more. Among the fundamental HTML elements is the <img> tag, which a...HTMLHTML5
Manas Barmanmrbarman.hashnode.dev·Jan 21, 2023Insert image in HTML | Use of <Img> Tag in HTML with ExampleHow 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...1 like·54 reads#manas barman