9 lines
269 B
HTML
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> |