You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
808 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" subLang="en">
<head>
<title>Anchors and Images</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body>
<div class="head">Anchors and Images</div>
<div class="content">
<p>
<b>Button with a border</b><br />
<a href="happycodings.com">
<img src="http://www.happycodings.com/images/happy.gif" width="100" height="20" alt="Logo" />
</a>
<br /><br />
<b>Same button without a border</b><br />
<a href="happycodings.com">
<img src="http://www.happycodings.com/images/happy.gif" alt="Logo" border="0" height="100" width="20" />
</a>
</p>
</div>
</body>
</html>