-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathanything.html
More file actions
22 lines (20 loc) · 1.05 KB
/
Copy pathanything.html
File metadata and controls
22 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shop</title>
<link rel="stylesheet" href="base.css">
</head>
<body>
<h1>Welcome ladies and gentlemen.</h1>
<h2>This is the best shop ever it has all the things you live! but if you still think that is not the best shop we have a donkey here that will say the truth.</h2>
<a href='fruits/banana.html#donkey' target="_blank"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR22edYOSOtbm0fDi4u4IoeXAZVNKHqEZb7Fw&s"></a>
<a href='fruits/watermelon.html' target="_blank"><img class="eat" src="https://www.haxnicks.co.uk/cdn/shop/articles/shutterstock_2477196243_6edcbf83-47fa-45c4-a548-ed7b51260a66.jpg?v=1739786357&width=1000" alt="donkey"></a>
<a href='fruits/water.html' target="_blank"><img class="drink" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSf7i-EO3SbW48uE_ClqzBNCdsEkliHkwfi-w&s"></a>
<h3>Yummy</h3>
<img src="https://www.peta.org.uk/wp-content/uploads/2020/02/donkey-happy_pixabay.jpg">
<em>
<li>donkey</li>
<li>shrek</li></em>
</body>
</html>