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: 48 additions & 1 deletion buildings.html
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>Skyscrapers</title>
</head>
<body>
<h1>Skyscrapers</h1>
<h2>Tallest buildings in Riyadh</h2>
<div>
<ol>
<li>PIF Tower</li>
<li>Burj rafal</li>
<li>kingdom center</li>
</ol>
</div>
<h2>Other skyscrapers</h2>
<div>
<ul>
<li>al mmlakah</li>
<li>GCC</li>
<li>tamkeen tower</li>
</ul>
</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.<em>keep in ... can change.</em> </p>

<table>
<tr>
<th>name</th>
<th>haight</th>
<th>more info</th>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>



</body>
</html>