<html>
<head>
<title>A basic link to another page</title>
</head>
<body>
<p>Return to the <a href="index.html">index
page</a>.</p>
</body>
</html>
<html>
<head>
<title>A basic link to an external web site</title>
</head>
<body>
<p>Why not visit the <a
href="http://www.wrox.com/">Wrox Web site</a>?</p>
</body>
</html>
<html>
<head>
<title>A link to send an email</title>
</head>
<body>
<p><a
href="mailto:name@example.com">name@example.com</a></p>
</body>
</html>
<html>
<head>
<title>A link with a title attribute-hover over the link to see the tooltip appear</title>
</head>
<body>
<p><a href="http://www.Google.com/" title="Search the web with Google">Google</a> is a very popular search engine.</p>
</body>
</html>
Tidak ada komentar:
Posting Komentar