-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwww.html
34 lines (34 loc) · 1.71 KB
/
www.html
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
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<h1>
World Wide Web
</h1>
<body>
<p>The WorldWideWeb (W3) is a wide-area hypermedia 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 executive summary of the project, Mailing lists , Policy , November's W3 news , Frequently Asked Questions .</p>
<p>What's out there?</p>
<p style="margin-left: 25px;"> Pointers to the world's online information, subjects , W3 servers, etc.</p>
<p>Help</p>
<p style="margin-left: 25px;">on the browser you are using</p>
<p>Software Products</p>
<p style="margin-left: 25px;">A list of W3 project components and their current state. (e.g. Line Mode ,X11 Viola , NeXTStep , Servers , Tools , Mail robot , Library )<p>
<p>Technical</p>
<p style="margin-left: 25px;">Details of protocols, formats, program internals etc</p>
<p>Bibliography</p>
<p style="margin-left: 25px;">Paper documentation on W3 and references.</p>
<p>People</p>
<p style="margin-left: 25px;">A list of some people involved in the project.</p>
<p>History</p>
<p style="margin-left: 25px;">A summary of the history of the project.
<p>How can I help ?</p>
<p style="margin-left: 25px;">If you would like to support the web..</p>
<p>Getting code</p>
<p style="margin-left: 25px;">Getting the code by anonymous FTP , etc.</p>
</body>
</html>