Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
55 changes: 54 additions & 1 deletion buildings.html
Original file line number Diff line number Diff line change
@@ -1 +1,54 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>HTML LAB</title>
</head>

<body>
<h1>Tallest Building in Riyadh:</h1>
<ol>
<li>PIF Tower</li>
<li>Burj Rafal</li>
<li>Kingdom Center</li>
</ol>


<h1>Other Skyscrapers:</h1>

<ul>
<li>Al Faisaliah</li>
<li>GCC Bank Headquarters</li>
<li>Tamkeen Towers</li>
</ul>


<h1> Tallest Building in the word</h1>
<p><small>Here's a ranking with the <strong>tellst</strong> building in the world as of 2021, <em>Keep in mind this can change</em></small></p>


<table>

<tr>
<th>Name</th>
<th>Height</th>
<th>More Info</th>
</tr>
<tr>
<td>Burj Khalifa </td>
<td>828 m </td>
<td><a href="https://wwww.google.com"> https://wwww.google.com</a></td>
</tr>
<tr>
<td>Shangai Tower </td>
<td>632 m</td>
<td><a href="https://wwww.google.com"> https://wwww.google.com</a></td>
</tr>
<tr>
<td>Makkah Royal CLock Tower </td>
<td>601 m</td>
<td><a href="https://wwww.google.com"> https://wwww.google.com</a></td>
</tr>
</table>
</table>
</body>
</html>