the image class work as a link but not the actualy img code example
Example 1: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
Example 2: how to add image in html
<img src="logo.png" />