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
52 changes: 52 additions & 0 deletions buildings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<head>
<title>H0meWork</title>
</head>
<body>
<h1>Skyscrapers</h1>
<h2>Tallest buildings in Riyadh:</h2>
<p>
<ol>
<li>PIF Tower</li>
<li>Burj Rafal</li>
<li>Kingdom Center</li>
</ol>
</p>
<h2>Other Skyscrapes :</h2>
<p>
<ul>
<li>Al Faisaliah Center</li>
<li>GCC Bank Headquarters</li>
<li>Tamkeen Tower</li>
</ul>
</p>
<h2>Tallest building in the world</h2>
<p> Here's a ranking with the <strong>tallest</strong>building in the world as of2021. <em>Keep in mind this can change </em>
<table border="2">
<tr>
<th>Name</th>
<th>Height </th>
<th>more info</th>
</tr>
<tr>
<td>Burj Khalifa</td>
<td>828 m</td>
<td> <a href="https://en.wikipedia.org/wiki/Burj_Khalifa"> https://en.wikipedia.org/wiki/Burj_Khalifa</a></td>

</tr>
<tr>
<td>Shanghi Tower</td>
<td>632 m </td>
<td> <a href="https://skyscrapercenter.com/builidin/gShanghi-tower/56"> https://skyscrapercenter.com/builidingShanghi-tower/56</a></td>

</tr>
<tr>
<td>Makkah royal clock tower</td>
<td>601 m </td>
<td> <a href="https://skyscrapercenter.com/builiding/makkah-royal-clock-tower/84">https://skyscrapercenter.com/builiding/makkah-royal-clock-tower/84 </a></td>

</tr>
</table>
</body>
</html>