-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml-ejerc1-intro.html
35 lines (31 loc) · 1.25 KB
/
html-ejerc1-intro.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
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML Abel Menéndez Hernández</title>
</head>
<body>
<h1>World Wide Web</h1>
<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?<br>
Pointers to the world's online information, subjects , W3 servers, etc<br>
Help<br>
on the browser you are using<br>
Software Products<br>
A list of W3 project components and their current state. (e.g. Line Mode ,X11 Viola , NeXTStep , Servers , Tools , Mail robot , Library )<br>
Technical<br>
Details of protocols, formats, program internals etc<br>
Bibliography<br>
Paper documentation on W3 and references.<br>
People<br>
A list of some people involved in the project.<br>
History<br>
A summary of the history of the project.<br>
How can I help ?<br>
If you would like to support the web..<br>
Getting code<br>
Getting the code by anonymous FTP , etc.
</p>
</body>
</html>