-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.84 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>World Wide Web</title>
</head>
<body>
<h1>
World Wide web
</h1>
<p>The WorldWideWeb (W3) is a wide-area <a href="">hypermedia</a> information retrieval initiative aiming to give universal access to a large universe of documents.</p>
<p>Everything there is online about W3 is linked directly or indirectly to this document, including an <a href="">executive summary</a> of the project, <a href="">Mailing lists</a>, <a href="">Policy</a>, November's <a href="">W3 news</a>, <a href="">Frequently Asked Questions</a>.</p>
<span style="color: blue;">Whats out there?</span>
<p>Pointers to the world's online information, <a href="">subjects</a>, <a href="">W3 servers</a>, etc.</p>
<span style="color: blue;">Help</span>
<p>on the browser you are using</p>
<span style="color: blue;">Software Products</span>
<p>A list of W3 project components and their current state. (e.g. <a href="">Line Mode</a>, X11<a href="">Viola</a>, <a href="">NeXStep</a>, <a href="">Servers</a>, <a href="">Tools</a>, <a href="">Mail Robot</a>, <a href="">Library</a>)</p>
<span style="color: blue;">Technical</span>
<p>Details of protocols, formats, program internals etc</p>
<span style="color: blue;">Bibliography</span>
<p>Paper documentation on W3 and refrences.</p>
<span style="color: blue;">People</span>
<p>A list of some people involved in the project.</p>
<span style="color: blue;">History</span>
<p>A summary of the history of the project.</p>
<span style="color: blue;">How can i help?</span>
<p>If you would like to support the web..</p>
<span style="color: blue;">Getting code</span>
<p>Getting the code by anonymous FTP, etc.</p>
</body>
</html>