<!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>
<body>
    <img src="img/abril-640.jpg" alt="abril bridge" width="480">
    <img src="img/golden-gate-640.jpg" alt="golden gate bridge" width="480">
    <img src="img/london-640.jpg" alt="london bridge" width="480">
    <img src="img/rialto-640.jpg" alt="rialto bridge" width="480">
    <img src="img/storebaelt-640.jpg" alt="storebaelt bridge" width="480">
    <img src="img/vasco-da-gama-640.jpg" alt="vasco da gama bridge" width="480">
</body>
</html>