Tuesday 17 July 2012

how to Insert images from another folder or another server in html


<!DOCTYPE html>
<html>
<body>

<p>An image from another folder:</p>
<img src="your image" alt="name of image" width="33" height="32" />

<p>An image from website:</p>
<img src="image url here" alt="name here" width="104" height="142" />

</body>
</html>

0 Responses to “how to Insert images from another folder or another server in html”

Post a Comment