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
49 changes: 49 additions & 0 deletions buildings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<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>Skyskapers</h1>
<h2>Tallest buildings in Riyadh</h2>

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

<h2>Other skyskapers</h2>

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

<h2>Tallest Buildings in the world</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat nam iusto odit temporibus velit omnis enim eius impedit voluptates maxime eum, molestias facilis. Placeat, quos doloribus architecto a culpa fugit!</p>


<table>
<tr>
<th>Name</th>
<th>Height more info</th>
</tr>
<tr>
<td>Burj Khalifa</td>
<td>828m <a href="www.google.com">www.google.com</a></td>
</tr>
<tr>
<td>Shanghai Tower</td>
<td>632m <a href="www.google.com">www.google.com</a</td>
</tr>
<tr>
<td>Mekkah Royal Clock</td>
<td>601m <a href="www.google.com">www.google.com</a</td>
</tr>
</table>
</body>
</html>