Categories: Asp.net
Tags:
<!Doctype HTML>
<html>
<head>
	<title> Image Tag</title>
</head>

<body>
<img /> <br/> <hr/>
<!-- internal and external -->
<!-- image files extension : .jpg, .png, .svg, .webp -->

<img src="https://slidescope.com/wp-content/uploads/2022/07/slidescope-logo-digital-marketing-data-300x50.png" />
<hr/>
<img src="images/data-science-with-gen-ai.webp" 
width="200px"
/>
<hr/>
<img src="kanity-solutions-logo.webp" width="100%" />
<hr/>
<!-- alternate text -->
<img src="../../../banner-06.jpg" alt="Yaha ek banner tha"/>


</body>

</html>