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


<body>
<h1><strong>Skyscrapers</strong></h1>
<h3> Tallest buildinds in Riyadh :</h3>
<div>
<ol>
<li>PIF Tower</li>
<li>Burj Rafal</li>
<li>Kingdom Center</li>

</ol>
</div>

<h3> Other Skyscrapers :</h3>

<div>
<ul>
<li>AlFaisaliah Center</li>
<li>GCC Bank</li>
<li>Tamkeen Tower</li>

</ul>
</div>

<h3> Tallest buildinds in world :</h3>
<p>Here's a ranking with the <strong>tallest</strong> buildings in the world as of 2021.
<em>Keep in mind this can change.</em></p>


<table>
<tr>
<strong> <th>Name</th></strong>
<strong><th>Height</th></strong>
<strong><th>More Info</th></strong>
</tr>
<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/shanghai-tower/56</a></td>
</tr>

</table>




</body>
</html>