Skip to content

Instantly share code, notes, and snippets.

@toyeiei
Created January 16, 2021 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toyeiei/93246c33992805b69b5f84d9ec99fae4 to your computer and use it in GitHub Desktop.
Save toyeiei/93246c33992805b69b5f84d9ec99fae4 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Welcome to our school website</title>
</head>
<body>
<h2>Our Innovative Teachers</h1>
<ul>
<li>Liam Nielson</li>
<li>Jack Dorsey</li>
<li>Reed Hastings</li>
<li>Mark Zuckerberg</li>
<li>Elon Musk</li>
</ul>
<h2>Their Companies</h2>
<ol>
<li>Hollywoods</li>
<li>Twitter</li>
<li>NetFlix</li>
<li>Facebook</li>
<li>Tesla</li>
</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment