show an img on html code example
Example 1: img html
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
Example 2: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>