<html> <head> <title>Images</title> </head> <body> <a href="header.html"><img src="images/pix.jpg" alt=”pix” title="pix description" border="5" /></a> </body> </html>
The code will be rendered by the browser this way:
About the code:
- The <a href=””>…</a> element is used in creating links.
- The <img /> tag is used to insert image.
- The border attribute is used to control the thickness of the border around the image.
1 comments:
thanks so much for this :)
Post a Comment