<!DOCTYPE html>
<html>
<head>
<title>Robotic</title>
<style>
img{
width:20px;
height:20px;
}
.conti{
width:200px;
margin-top:20px;
display: flex;
justify-content: space-between;
}
</style>
</head>
<body>
<div class="conti">
<a href="http://www.google.de"><img src="http://sebastian1012.bplaced.net/bilder/homer.jpeg"></a>
<a href="http://www.google.de"><img src="http://sebastian1012.bplaced.net/bilder/homer.jpeg"></a>
<a href="http://www.google.de"><img src="http://sebastian1012.bplaced.net/bilder/homer.jpeg"></a>
<a href="http://www.google.de"><img src="http://sebastian1012.bplaced.net/bilder/homer.jpeg"></a>
<a href="http://www.google.de"><img src="http://sebastian1012.bplaced.net/bilder/homer.jpeg"></a>
</div>
</body>
</html>