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.

11 lines
399 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of HTML a tag</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="Hot Air Ballons"></a></p>
<p><a href="http://www.google.com/">Google Search</a></p>
</body>
</html>