-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphoto.html
More file actions
34 lines (29 loc) · 1.22 KB
/
photo.html
File metadata and controls
34 lines (29 loc) · 1.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="favicon" href="https://cdn4.vectorstock.com/i/1000x1000/85/33/off-road-jeep-isolated-icon-vector-15928533.jpg">
<title>jeep Cars-photo</title>
<link rel="stylesheet" href="css/styl.css">
</head>
<body>
<header>
<h1>Jeep cars - Photos</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="photo.html">Photos</a></li>
</ul>
</nav>
</header>
<main>
<article>
<img src="https://i.ytimg.com/vi/tbjdN8sGa5A/maxresdefault.jpg" alt="jeep">
<img src="https://thumbor.forbes.com/thumbor/fit-in/960x720/https://www.forbes.com/wheels/wp-content/uploads/2021/01/2022_Jeep_Grand_Cherokee_L_2.jpg" alt="jeep 1">
<img src="https://cdn.jdpower.com/JDPA_2021%20Jeep%20Gladiator%20Overland%20EcoDiesel%20Granite%20Crystal%20Gray%20Front%20View.jpg" alt="jeep 2">
<img src="https://i.pinimg.com/originals/d1/b9/58/d1b95840f60beb212920f2ffc49d74ae.jpg" alt="jeep 3">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfWj3ykWDamxIQRaHYDrcqMPIBWoPPt4q0_A&usqp=CAU" alt="jeep 4">
</article>
</main>
<footer><p>Copywriter to M.ATTA</p></footer>
</body>
</html>