Created
March 20, 2020 08:51
-
-
Save dcraig327/88a14be8caef671d47970153d2bb6ab4 to your computer and use it in GitHub Desktop.
dream cars
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 Dream Cars</title> | |
</head> | |
<body> | |
<h1>Cars I Will Own Some Day</h1> | |
<h2>My Cars</h2> | |
<ol> | |
<li>Ferrari</li> | |
<li>Prius</li> | |
<li>Batmobile</li> | |
</ol> | |
<h2>Car Addons</h2> | |
<ul> | |
<li>Nitrous Oxide</li> | |
<li>Remote Start</li> | |
<li>Seat Ejector with build in jetback</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment