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.

12 lines
432 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<meta charset="UTF-8">
<title>Example of HTML Links</title>
</head>
<body>
<p><a href="http://www.tutorialrepublic.com/">Tutorial Republic</a></p>
<p><a href="../images/kites.jpg"><img src="../images/kites-thumb.jpg" alt="kites"></a></p>
<p><a href="http://www.google.com/" target="_blank">Google Search</a></p>
</body>
</html>