Skip to content

Instantly share code, notes, and snippets.

@fahdi
Created August 7, 2022 15:09
Show Gist options
  • Save fahdi/f0231502b5c73046ced204f7683f5505 to your computer and use it in GitHub Desktop.
Save fahdi/f0231502b5c73046ced204f7683f5505 to your computer and use it in GitHub Desktop.
Silted - HTML 101 - 001
<html>
<head>
<title>
Hello Silted
</title>
</head>
<body>
<h1>
Hello Sisters from Silted
</h1>
<p>
Hello sisters, this is an introduction to HTML. The heading above using an H1 tag. This partcular course is for you to learn web and cloud technologies and we will focus on the following ones:
</p>
<p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</p>
<p>
But these are not the only technologies you will learn. You'll get to learn how to build websites and host them on the internet.
</p>
<h3>
Instructor Information
</h3>
<p>
This course is taught by Fahad Muratza aka iSuperCoder and his Fcebook page can be accesses at <a href="https://www.facebook.com/iSuperCoder" target="_blank"> this link</a>
</p>
<h2>
Hello Siters from Silted
</h2>
<h3>
Hello Siters from Silted
</h3>
<h4>
Hello Siters from Silted
</h4>
<h5>
Hello Siters from Silted
</h5>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment