The <img> tag defines an image in an HTML page.The IMG tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document.
Example:
<html>
<head> <ul>
</ul>
<title>Creative Mission-Web Development & research center</title>
</head>
<body >
<img src="logo.png" alt="Angry face" width="150" height="150" />
<img src="logo.png" alt="Angry face" width="150" height="150" />
<img src="logo.png" alt="Angry face" width="150" height="150" />
</body>
</html>
Output: