Created
November 9, 2017 21:23
-
-
Save MrRandomInternetDude/8af1dbd9c0fd61e41ff9e5119b4a793f to your computer and use it in GitHub Desktop.
Quiz 1 Section 3 Lecture 19
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Things I've Learned</title> | |
</head> | |
<body> | |
<h1>Thing's I've learned</h1> | |
<h2>Internet basics</h2> | |
<ol> | |
<li>Http Requests</li> | |
<li>IP Address</li> | |
<li>Servers</li> | |
</ol> | |
<h2>HTML</h2> | |
<ul> | |
<li>Stands for <strong>Hyper text mark up language</strong></li> | |
<li>Lots of tags | |
<ul><li>Boilerplate</li> | |
<ol><li>Doctype</li> | |
<li>HTML</li> | |
<li>Head <ol><li>Title</li></ol></li> | |
<li>Body</li> | |
</ol><li>Headings</li> | |
<li>Paragraph</li> | |
<li>em</li> | |
<li><strong>Strong</strong></li></ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment