Skip to content

Instantly share code, notes, and snippets.

@RandomInternetDude
Created November 9, 2017 21:23
Show Gist options
  • Save RandomInternetDude/8af1dbd9c0fd61e41ff9e5119b4a793f to your computer and use it in GitHub Desktop.
Save RandomInternetDude/8af1dbd9c0fd61e41ff9e5119b4a793f to your computer and use it in GitHub Desktop.
Quiz 1 Section 3 Lecture 19
<!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