Skip to content

Instantly share code, notes, and snippets.

@ajLapid718
Created July 18, 2019 17:58
Show Gist options
  • Save ajLapid718/3f1caaf7365a9d9049c1b5e8b9c45d97 to your computer and use it in GitHub Desktop.
Save ajLapid718/3f1caaf7365a9d9049c1b5e8b9c45d97 to your computer and use it in GitHub Desktop.
Assignment #3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div class="header">
</div>
<section id="container">
<ul>
<li class="first">one</li>
<li class="second">two</li>
<li class="third">three</li>
</ul>
<ol>
<li class="first">one</li>
<li class="second">two</li>
<li class="third">three</li>
</ol>
</section>
<div class="footer">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment