-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimpleWeb.html
More file actions
38 lines (33 loc) · 1.85 KB
/
simpleWeb.html
File metadata and controls
38 lines (33 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About North Korea</title>
</head>
<body>
<header>
<h1>Welcome to North Korea</h1>
</header>
<section>
<h2>Introduction</h2>
<p>North Korea, officially known as the Democratic People's Republic of Korea (DPRK), is a country in East Asia, constituting the northern part of the Korean Peninsula. It borders China and Russia to the north, at the Yalu and Tumen rivers, and South Korea to the south, with the heavily fortified Korean Demilitarized Zone (DMZ) separating the two.</p>
</section>
<section>
<h2>History</h2>
<p>Established after World War II, North Korea followed a policy of isolationism, initially led by Kim Il-sung, followed by his son Kim Jong-il, and currently by Kim Jong-un. The country's history is marked by its military-first policy and its development of nuclear weapons, in defiance of international sanctions.</p>
</section>
<section>
<h2>Culture</h2>
<p>North Korean culture is heavily influenced by the government's ideology. However, it also has a rich heritage in music, dance, and literature, which is often used to convey the country's political narratives.</p>
</section>
<section>
<h2>Geography</h2>
<p>North Korea features mountains and valleys, with the Taebaek Mountains running along the east coast. The country's highest point is Paektu Mountain, a volcanic mountain with a crater lake at its summit, considered sacred in Korean mythology.</p>
</section>
<footer>
<h2>Learn More</h2>
<p>For more information on North Korea, visit reputable sources that offer detailed insights into the country's politics, history, and culture.</p>
</footer>
</body>
</html>