forked from CodeYourFuture/HTML-CSS-Coursework-Week1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (82 loc) · 4.24 KB
/
index.html
File metadata and controls
99 lines (82 loc) · 4.24 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Potential places for holiday in Australia</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div class="header">
<h1>HOLIDAY IN AUSTRALIA</h1><hr>
<p><strong>With html and css for Australia</strong></p>
</div>
<div class="navbar">
<ul class="nav-list">
<li class="nav-links"><a href="#" target="_blank">HOME</a></li>
<li class="nav-links"><a href="#" target="_blank">ABOUT US</a></li>
<li class="nav-links"><a href="https://www.australia.com/en-gb/facts-and-planning/planning-tools/find-a-travel-agent.html" target="_blank">TRAVEL AGENT</a></li>
</ul>
</div>
<article>
<br><br><br><br>
<section class="content">
<h3><li class="nav-links"><em href="https://www.australia.com/en-gb/places/sydney-and-surrounds/guide-to-sydney.html" target="_blank"><em>Sydney</em></a></li></h3>
</section>
<br><br><br><br><br>
<img src="sydney.jpg" alt="Sydney" class="center" >
<section class="text">
<br><p>A city of iconic attractions and brilliant beaches, Sydney is a destination you'll never forget.
Sydney is home to must-visit icons like the Sydney Harbour Bridge and Opera House,
but this Harbour City is constantly evolving. New rooftop bars, theatre shows and
designer shops pop up at every turn, and the urban excitement is perfectly balanced
by afternoons spent lying on the sand. Plus, with diverse destinations at its doorstep,
Sydney is the perfect base for day trips and weekends away.</p><br><hr><br><br><br><br>
</section>
</article>
<article>
<section class="content">
<h3><li class="nav-links"><a href="https://www.australia.com/en-gb/places/melbourne-and-surrounds/guide-to-melbourne.html" target="_blank"><em>Melbourne</em></a></li></h3>
</section>
<br><br><br><br>
<img src="melbourne.jpg" alt="melbourne" class="center">
<section class="text">
<br><br><p>Melbourne is Australia's mecca for all things trendy and tasty.
The city offers up exquisite dining, exhilarating sport and abundant opportunities to experience art.
A perfect blend of rich cultural history and new age trends is waiting for you in Melbourne.
As the sun goes down, the city comes to life with a vibrant dining scene as well as events
and exhibitions. Explore its bustling laneways, trendy neighbourhoods and sophisticated
foodie scene to get a taste of what Melbourne is all about. </p><br><hr><br><br><br><br>
</section>
</article>
<article>
<br><br>
<section class="content">
<h3><li class="nav-links"><a href="https://www.australia.com/en-gb/places/hobart-and-surrounds/guide-to-hobart.html" target="_blank"><em>Hobart</em></a></li></h3>
</section>
<br><br><br><br><br>
<img src="hobart.jpg" alt="hobart" class="center" >
<section class="text">
<br><p>In Hobart, you can see world-renowned art, eat freshly caught seafood and climb
a mountain all in one day. The Tasmanian capital of Hobart is a dynamic city that
surpasses expectations at every turn. Australia’s southernmost capital is brimming
with history and bursting with creativity (hello MONA). It boasts an incredible
food and wine scene with local produce making the short journey from farm to table,
and is fringed by scenic wilderness. </p><br><hr><br><br><br><br>
</section>
</article>
<footer class="alou">
<p><em>Created by NikoL©v😉</em></p>
<p><em>any coincidence with real persons and facts is completely coincidental.</em></p><br>
</footer>
</body>
</html>