programming-examples/html/_Basics/Using image as a link.html
2019-11-15 12:59:38 +01:00

9 lines
269 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of linking images</title>
</head>
<body>
<p><a href="../images/ballons.jpg"><img src="../images/ballons-thumb.jpg" alt="Hot Air Ballons"></a></p>
</body>
</html>