Last active
March 20, 2020 08:47
-
-
Save dcraig327/7e1ca6e41ee4757f7dcfda3e6993c598 to your computer and use it in GitHub Desktop.
cakes
This file contains hidden or 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
<html> | |
<head> | |
<title>My Favorite Cakes</title> | |
</head> | |
<body> | |
<h1>My Favorite Cakes</h1> | |
<h2>Best Cakes</h2> | |
<ol> | |
<li>German Chocolate</li> | |
<li>Red Velvet</li> | |
<li>Ice Cream Cake</li> | |
</ol> | |
<h2>Cities I've had Cake</h2> | |
<ul> | |
<li>Houston</li> | |
<li>Austin</li> | |
<li>NYC</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment