HTML Tutorials

Insert an image on the HTML page

image.html
<html>
<head>
<title>Insert Image</title>
</head>
<body>
<p><img src="images/painting.gif" width="266" height="166" alt="Alternate text"></p>
</body>
</html>
Insert an image on the HTML page
Alternate text
HTML
Other Tutorials