-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 2.94 KB
/
index.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
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Project: Travel webpage</title>
<style>
body{background-color:rgb(153, 171, 199);}
h1{background-color:rgb(224, 177, 38);}
li{color:rgb(20, 89, 6);}
#notice{background-color:rgb(201, 80, 20);}
.content{width:90%;
font-size:125%;
margin:auto;}
.pic{margin:5px;}
</style>
</head>
<body>
<div class="content"><h1>Travel to Khasgar</h1>
<p id="location">
<strong>Kashgar</strong>, officially known as Kashi, is an oasis city in Xinjiang, China. It is <strong>one of the westernmost cities</strong> of China, near the border with Afghanistan, Kyrgyzstan, Pakistan, and Tajikistan. <br>
<p id="significance">With a population of over 500,000,Kashgar has served as a trading post and strategically important city on the <em>Silk Road</em> between China, the Middle East, and Europe for <strong>over 2,000 years</strong>.</p>
<p id="attractions">It's a place of cultual convergence, exotic seneries and wonderful food.
</p>
<h2></h2>
<h3>What's there to see and ...taste?</h3>
<ul>
<li id="history">History & Culture</li>
</ul>
<img class="pic" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Miran_fresco1.jpg/220px-Miran_fresco1.jpg">
<img class="pic" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/QizilDonors.jpg/220px-QizilDonors.jpg"><br>
<ul>
<li id="buildings">Buildings & Seneries</li>
</ul>
<img class="pic" src = "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Kashgar-casco-viejo-d07.jpg/220px-Kashgar-casco-viejo-d07.jpg">
<img class="pic" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/ColourfulBeach.jpg/220px-ColourfulBeach.jpg">
<img class="pic" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Kashgar-mezquita-id-kah-d01.jpg/300px-Kashgar-mezquita-id-kah-d01.jpg" width="220">
<img class="pic" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Karakorum-d04.jpg/220px-Karakorum-d04.jpg">
<ul>
<li id="cuisine">Cuisine</li>
</ul>
<img class="pic" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Mutton_bbq.jpg/220px-Mutton_bbq.jpg" height="250">
<img class="pic" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Uyghur_polu_closeup.JPG/283px-Uyghur_polu_closeup.JPG" width="230">
</div>
<p id="notice"> Notice: </p>
<ul><li>Non-PRC residents traveling to Khasgar is <strong>possible</strong>. </li>
<li>Mobile internet access is <strong>limited</strong> in the Kashgar region.</li>
</ul>
<!-- next page -->
<strong><a href="page2.html">page 2</a></stong>
</body>
</html>