Skip to content

Instantly share code, notes, and snippets.

@agrawalsajal02
Created September 3, 2019 20:23
Show Gist options
  • Save agrawalsajal02/f1403262f1b3754fcf423a1d0d5c537a to your computer and use it in GitHub Desktop.
Save agrawalsajal02/f1403262f1b3754fcf423a1d0d5c537a to your computer and use it in GitHub Desktop.
bGbYGEv
<!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