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
39 changes: 39 additions & 0 deletions buildings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> Skyscrapers:</h1>
<h1>Tallest buildings in Riyadh:</h1>
<ol>
<li>PIF Tower</li>
<li>Burj Rafal</li>
<li>Kingdon Center</li>
</0o>
<h1>Other Skyscrapers:</h1>
<ul>
<li>AL Faisaliah Center</li>
<li>GCC Bank Headquarers</li>
<li>Tamkeen Tower</li>
</ul>
<h1>Tallest buildings in the world</h1>

<h3>Here is ranking with the tallest buildings in the world as of 2012 .<i>keep mind this can change</i></h3>
<table>
<tr>
<th>name</th>
<th>Height More Info</th>
</tr>
<tr>
<td>Burj Khalifa </td>
<td>828 m <a href="https://www.w3schools.com/"></a></td>
<td>Shangai Tower</td>
<td>632 m <a href="https://www.w3schools.com/"></a></td>
<td>Makkah Royal Clock Twer 601 m <a href="https://www.w3schools.com/"></a></td>
</tr>
</table>
</body>
</html>