HTML images are defined with the <img> tag & the source file (src), alternative text (alt), width, and height are provided as attributes code example
Example: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>