<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="utf-8" />
<style>
</style>
<style>
body {
background: blue;
}
img {
margin: 10px;
width: 320px;
height: 240px;
}
</style>
</head>
<body>
<h1> Image </h1>
<h1> A </h1>
<img id="image-1" src="https://htsit.se/image/daisy.jpg" />
<h1> B </h1>
<img id="image-2" src="https://htsit.se/image/daisy.jpg" />
<h1> C </h1>
<img id="image-3" src="https://htsit.se/image/daisy.jpg" />
<h1> D </h1>
<img id="image-4" src="https://htsit.se/image/daisy.jpg" />
<h1> E </h1>
<img id="image-5" src="https://htsit.se/image/daisy.jpg" />
<h1> F </h1>
<img id="image-6" src="https://htsit.se/image/daisy.jpg" />
</body>
</html>
Du ska bara lägga till något mellan style-tagarna.