A Pen by Sajal Agrawal on CodePen.
Created
September 3, 2019 20:23
-
-
Save agrawalsajal02/f1403262f1b3754fcf423a1d0d5c537a to your computer and use it in GitHub Desktop.
bGbYGEv
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>quiz1</title> | |
</head> | |
<body> | |
<h1><strong>Things i have learned</strong></h1> | |
<br> | |
<h2><strong>Internet Basics</strong></h2> | |
<ol> | |
<li>HTTP request</li> | |
<li>ip address</li> | |
<li>servers</li> | |
</ol> | |
<h2><strong>HTML</strong></h2> | |
<ul> | |
<li> Stands for <strong>Hyper text markup language</strong></li> | |
<li>lots of tags<ul> | |
<li> | |
<ol> | |
<li>Doctype | |
</li> | |
<li>HTML</li> | |
<li>Head | |
<ol><li>Title</li></ol> | |
</li> | |
<li>Body</li> | |
</ol> | |
</li> | |
<li>Heading</li> | |
<li>paragraph</li> | |
<li>em</li> | |
<li>strong</li> | |
</ul> | |
</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment