how to attach the image in html code example
Example 1: how to change the height of an image in 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>