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>
This post was written by: Bharathi
Bharthi is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “how to Insert images from another folder or another server in html”
Post a Comment