<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>The Idea of Hypertext</title>
</head>
<body>
<h1>The Internet</h1>
<p>All the connected computers, and the which which connect them.</p>
<h2>The Web</h2>
<p>The portion of the internet which supports the World Wide Web.</p>
<h3>HTTP</h3>
<p>The primary application protocol for transferring files on the web.</p>
<h3>HTML</h3>
<p>The Hypertext Markup Language with all those pesky < and >
symbols. Not to mention & and ".</h3>
<p>HTML entities can even display those hard-to-type foreign
characters, like ü and é.
<h2>The Domain Name Service</h2>
<p>The service used to look up IP addresses.</p>
</body>
</html>