Tuesday, 14 July 2015

<html>
<head>
<title>Anchors a border</title>
</head>
<body>
<b>button with a border</b><br>
<a href="1.html">
<img arc="" alt="about button" height="55" width="55">
</a>
<br><br>
<b>same button without  a border</b></br>
<b>same button a border</b></br>
<a href="99.html">
<img src="1.gif" alt="about button" border="0" height="55"
width="55">
</a>
</body>
</html>