-
-
Save ajLapid718/3f1caaf7365a9d9049c1b5e8b9c45d97 to your computer and use it in GitHub Desktop.
Assignment #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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