Untitled
unknown
plain_text
4 years ago
1.9 kB
9
Indexable
<html> <head> <title>Landscapes</title> <link rel="stylesheet" href="imagestyles.css"> </head> <body> <h1>Landscape images</h1> <div class="gallery"> <a target="_blank" href="landscape.jpg"> <img src="landscape.jpg" alt="landscape"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="landschap.jpg"> <img src="landschap.jpg" alt="land"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="game%20design.jpg"> <img src="game%20design.jpg" alt="Forest"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="illustrations.jpg"> <img src="illustrations.jpg" alt="illustrations"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="bergen.jpg"> <img src="bergen.jpg" alt="Forest"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="deer.jpg"> <img src="deer.jpg" alt="Forest"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="stad.jpg"> <img src="stad.jpg" alt="Forest"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="steen.jpg"> <img src="steen.jpg" alt="Forest"> </a> <div class="desc">Add a description of the image here</div> </div> <div class="gallery"> <a target="_blank" href="images.jpg"> <img src="images.jpg" alt="Forest"> </a> <div class="desc">Add a description of the image here</div> </div> </body> </html>
Editor is loading...