Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 60 additions & 1 deletion buildings.html
Original file line number Diff line number Diff line change
@@ -1 +1,60 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Skyscrapers</h1>

<h3>Tallest building in Riyadh: </h3>
<ol type="1">
<li>PIF Tower</li>
<li>Burj Rafal/li>
<li>Kingdom Center</li>
</ol>

<h3>Other Skyscrapers:</h3>
<ul>
<li>Al Faisaliah Center</li>
<li>GCC Bank Headquarters</li>
<li>Tamkeen Tower</li>

</ul>

<h3>Tallest building in the world </h3>

<P>Here's a ranking with the <b>tallest</b> buliding in the world as of 2021. <i> keep in mind this can change.</i> </P>

<table>
<thead>
<td><b>Name</b></td>
<td><b>Height</b></td>
<td><b>MoreInfo</b></td>
</thead>
<tr>
<td>Burj Khalifa</td>
<td>828m</td>
<td><a href="https://www.skyscrapercenter.com/building/burj-khalifa/3">https://www.skyscrapercenter.com/building/burj-khalifa/3</a></td>

</tr>
<tr>
<td>Shangai Tower</td>
<td>632m</td>
<td><a href="https://www.skyscrapercenter.com/building/shanghai-tower/56">https://www.skyscrapercenter.com/building/shanghai-tower/56</a></td>

</tr>
<tr>
<td>Makkah Royal Clock Tower</td>
<td>601m</td>
<td><a href="https://www.skyscrapercenter.com/building/makkah-royal-clock-tower/84">https://www.skyscrapercenter.com/building/makkah-royal-clock-tower/84</a></td>

</tr>
</table>



</body>
</html>