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
56 changes: 55 additions & 1 deletion buildings.html
Original file line number Diff line number Diff line change
@@ -1 +1,55 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head><title></title></head>

<body>
<h1>Skyscrapers</h1>

<h2>Tallest building in Riyadh :</h2>
<ol>
<li>PIF Tower</li>
<li>Burj Rafal</li>
<li>Kingdom Center</li>
</ol>

<h2>Other Skyscrapers :</h2>
<ul>
<li>AL Faisaliah Center</li>
<li>GCC Bank Headquarters</li>
<li> Tamakeen Tower</li>

</ul>

<h2> Tallest building in the world </h2>
<p>Here's ranking with the <strong>tallest</strong> buildings in the word as of 2021. keep in mind this can change.</p>
</body>

<table>

<tr>

<th>Name</th>
<th>Heigh </th>
<th>More Info</th>
</tr>

<tr>
<td>Burj Khalifa</td>
<td> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;828 m</td>
<td> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<a href="https://en.wikipedia.org/wiki/Burj_Khalifa">Burj_Khalifa</td>
</tr>

<tr>
<td>Shangai Tower</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;632 mm</td>
<td> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<a href="https://ar.wikipedia.org/wiki/%D8%A8%D8%B1%D8%AC_%D8%B4%D8%A7%D9%86%D8%BA%D9%87%D8%A7%D9%8A">Shangai Tower</td>
</tr>

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

</html>