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>
<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

HTML
Other Tutorials
© Morina Internet Solutions - All Rights Reserved