-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4th news.html
45 lines (43 loc) · 3.75 KB
/
4th news.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
<!DOCTYPE html>
<html>
<head>
<title>NEWS</title><!--tag for creating title of page-->
<link rel="stylesheet" href="style.css"><!--tag for link css file to page-->
</head>
<body><!--body tag consist all visible element of html document and html page-->
<header><!--semantic tag for header-->
<Nav class="nav_about"><!--block tag-->
<ul><!--unordered list tag-->
<li ><a href="HOME.html">Home</a></li><!--li element of lists-->
<li><a href="about.html">About</a></li>
<li><a href="news.html"> NEWS</a></li>
<li><a href="story.html">Story of success</a></li>
<li><a href="memories.html">For ARMY</a></li>
</ul>
</Nav>
</header>
<p style="font-family: BTS; margin-left: 10%; font-size: 50px; margin-top: 2%;">21.09.2021</p><!--tag for create paragraph-->
<section class="fornews"><!--semantic tag for blocks-->
<div class="verticallineheading" style="margin-left: 10%; width: 10px; height: 380px;"></div><!--block tags-->
<img src="images/news3.JPG" class="newsimg"><!--tag for create images-->
<p class="newstextt">BTS visited and performed 'Permission to Dance' at 2021 United Nations General Assembly<br><br><br><br></p>
</section> <br><!--tag for move to next line-->
<section class="articlee">
<div class="verticallineheading" style="margin-left: 12%;margin-right: 2%; width: 5px; height: 345px; float: left;"></div>
<p class="articletext">#BTS speech at the 76th UN General Assembly
Namjoon: Your Excellency Abdullah Shaheed, President of the 76th Session of the United Nations General Assembly, Your Excellency Secretary General António Guterres, Your Excellency President Moon Jae In and distinguished leaders from around the world, I am honored to be here today. We are BTS appointed as special envoys by the President of the Republic of Korea. We are here today to share the stories of our next generation. Before coming here, we asked young people around the world about how their last two years have gone and the world they find themselves in today.You can watch full speech <a href="https://www.youtube.com/watch?v=zPHka46rk6o">here</a>, and perfomance <a href="https://www.youtube.com/watch?v=9SmQOZWNyWE">here</a> </p>
</section>
<footer style="border-top: 5px white solid; margin-top: 5%;"><!--semantic tag for footer part-->
<p class="citata">“When things get tough, look at the people who love you! You will get energy from them.”</p>
<p style="margin-left: 940px; margin-top:1%">© Jung Hoseok</p>
<nav class="socialmeadia">
<center><!--tag to center the element-->
<a href="https://www.youtube.com/c/BANGTANTV"><img src="https://cdn-icons.flaticon.com/png/128/3938/premium/3938037.png?token=exp=1633789510~hmac=889cdff46f454ded010ccfba7a8ce079" alt="" class="icons"></a>
<a href="https://www.instagram.com/bts.bighitofficial/"><img src="https://cdn-icons.flaticon.com/png/128/3670/premium/3670125.png?token=exp=1633789762~hmac=a7f3a6259e73d1d39cec8c50771d1aa3" alt="" class="icons"></a>
<a href="https://www.tiktok.com/@bts_official_bighit"><img src="https://cdn-icons.flaticon.com/png/512/2504/premium/2504942.png?token=exp=1633790022~hmac=f40dfd343bdb3b5bf3a1b11d003c5d83" alt="" class="icons"></a>
<a href="https://twitter.com/BTS_twt"><img src="https://cdn-icons-png.flaticon.com/128/1409/1409937.png" alt="" class="icons"></a>
</center>
</nav>
</footer>
</body>
</html>