Skip to content

Instantly share code, notes, and snippets.

@fahdi
Created August 13, 2022 15:00
Show Gist options
  • Save fahdi/b3c65e345814e8eeb8c196a5fbad6ba3 to your computer and use it in GitHub Desktop.
Save fahdi/b3c65e345814e8eeb8c196a5fbad6ba3 to your computer and use it in GitHub Desktop.
Second lesson about HTML
<html>
<head>
<title>
Hello Silted
</title>
</head>
<body style="font-size: 14px; color: #333333;">
<h1 style="color: black">
Hello Sisters from Silted
</h1>
<p style="font-style: italic;">
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><strong style="font-size: 140%">CSS</strong></li>
<li>JavaScript</li>
</ul>
<ol>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>PHP</li>
</ol>
</p>
<img src="images/javascript-logo.png" alt="JavaScript Logo" width="200" height="200" />
<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