-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSport and food.html
50 lines (44 loc) · 1.67 KB
/
Sport and food.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sport and Food</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>My favorite sport</h1>
<h3>Soccer is my favorite sport</h3>
<a href="index.html"><button>Home</button></a>
<a href="pets.html"><button>Pets</button></a>
<br><br>
<ul>
<li>I like kicking balls</li>
<li>Balls are round</li>
<li>I like being a goalkeeper</li>
</ul>
<a href="https://www.unisport.dk/maalmandshandsker/604-adidas-malmandshandsker/" target="_blank">
<img src="goalkeeper.jpg" width="300" height="180" alt="Goalkeeper"/> </a>
<a href="https://www.unisport.dk/fodboldudstyr/593-adidas-fodbolde/" target="_blank">
<img src="ball.jpg" width="300" height="300" alt="Ball"/> </a>
<br>
<h1>Food</h1>
<h3>Fast Food restaurants</h3>
<p>I really like KFC</p>
<a href="https://www.kfc.com/" target="_blank">
<img src="KFC.jpeg" alt="KFC"/> </a>
<p>I really like McDonalds too</p>
<a href="https://www.mcdonalds.com/" target="_blank"></a>
<img src="McDonalds.png" width="300" height="300" alt="McDonalds"/>
<p>Of course Mc Donald's wins</p>
<img src="mc%20vs%20burgerking.jpg" width="300" height="200" alt="McDonalds vs Burgerking"/>
<a href="https://www.mcdonalds.com/" target="_blank"></a>
<p>Of course KFC wins</p>
<a href="https://www.kfc.com/" target="_blank">
<img src="All%20three.jpg" width="300" height="200" alt="All three"/></a>
<br>
<p>Please give a feedback of what you think about my site!</p>
<a href="mailto:eliasbruhn123@gmail.com"><button>Feedback!</button></a>
<button class="to-the-top" onclick="toTheTop()">To the top!</button>
<script src="script.js"></script>
<br><br>
</body>
</html>