Skip to content
Open

HM 1 #10

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

<h1> Skyscrapers </h1>

<h1> Tallest buildings in Riyadh: </h1>

<ol>
<li>PIF Tower</li>
<li>Burj Rafal</li>
<li>Kingdom Center</li>
</ol>

<h1>Other SSkyscrapers :</h1>

<ul>
<li>Al Faisaliah Center</li>
<li>GCC Bank Headquarters</li>
<li>Tamkeen Tower</li>
</ol>

<h1> Tallest buildings in the World </h1>

Here's a ranking with the <strong>tallest</strong> buildings in the World as of 2021. <em>keep in mind this can change</em>
<br>

<table border="1">
<tr>
<th>Name</th>
<th>Height</th>
<th>More info</th>

</tr>

<tr>
<td>Burj khalifa</td>
<td> 828 m </td>
<td> <a href="http://www.Skyscrapers.com/building/burj-khalifa/3 "> http://www.Skyscrapers.com/building/burj-khalifa/3 </a> </td>
</tr>

<tr>
<td>shangai Tower</td>
<td> 632 m </td>
<td> <a href="http://www.Skyscrapers.com/building/shangai-Tower/56 "> http://www.Skyscrapers.com/building/shangai-Tower/56 </a> </td>
</tr>

<tr>
<td>Makkah Rolyal clock Tower</td>
<td> 601 m </td>
<td> <a href="http://www.Skyscrapers.com/building/Makkah-Rolyal-clock-Tower/84 "> http://www.Skyscrapers.com/building/shangai-Tower/56 </a> </td>
</tr>


</table>





</body>
</html>