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
68 changes: 68 additions & 0 deletions buildings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<head>

</head>
<body>

<div><h1> Skyscrapers</h1></div>

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

<div>
<h2>Other Skyscrapers:</h2>
<ul>
<li>Al Faisaliah Center </li>
<li>GCC Bank Headquar</li>
<li>Tamkeen Tower</li>
</ul>
</div>

<div>
<h2>Tallest buildings in the world</h2>
<p>Here's a ranking with the <strong>tallest </strong>buildings in the world as of 2021.<i>Keep in mind this can changes.</i> </p>

</div>
<div>
<table>
<tr>
<th>
Name
</th>
<th>Height</th>
<th>More Info</th>
</tr>
<tr>
<td>Burj Khalifa</td>
<td>850m</td>

<td><a href="https://www.google.com/">www.google.com</a></td>

</tr>

<tr>
<td>Shangai Tower</td>
<td>632m</td>

<td><a href="https://www.google.com/">www.google.com</a></td>

</tr>

<tr>
<td>Makkah Royal Clock Tower </td>
<td>601m</td>

<td><a href="https://www.google.com/">www.google.com</a></td>

</tr>
</table>
</div>

</body>
</html>