<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML images</title>
    
</head>
<img src="img/abril-640.jpg" alt="picture of a bridge at night" width="480"> 
<img src="img/golden-gate-640.jpg" alt="picture of the golden gate" width="480">
<img src="img/london-640.jpg" alt="picture of a bridge in london" width="480">
<img src="img/rialto-640.jpg" alt="picture of a bridge probably called rialto" width="480">
<img src="img/storebaelt-640.jpg" alt="picture of a bridge in denmark" width="480">
<img src="img/vasco-da-gama-640.jpg" alt="picture of a bridge" width="480">
<body>
    
</body>
</html>