-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml-ejerc3-enfasis.html
35 lines (31 loc) · 1.67 KB
/
html-ejerc3-enfasis.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><em>World Wide Web</em></h1>
<p>The WorldWideWeb (W3) is a wide-area <strong>hypermedia</strong> 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 <strong>executive summary</strong> of the project, <strong>Mailing lists</strong> , <strong>Policy</strong> , November's <strong>W3 news</strong> , <strong>Frequently Asked Questions</strong>.</p>
<p><strong>What's out there?</strong><br>
Pointers to the world's online information, <strong>subjects</strong> , <strong>W3 servers</strong>, etc<br>
<strong>Help</strong><br>
on the browser you are using<br>
<strong>Software Products</strong><br>
A list of W3 project components and their current state. (e.g. <strong>Line Mode</strong> ,X11 <strong>Viola</strong> , <strong>NeXTStep</strong> , <strong>Servers</strong> , <strong>Tools</strong> , <strong>Mail robot</strong> , <strong>Library</strong> )<br>
<strong>Technical</strong><br>
Details of protocols, formats, program internals etc<br>
<strong>Bibliography</strong><br>
Paper documentation on W3 and references.<br>
<strong>People</strong><br>
A list of some people involved in the project.<br>
<strong>History</strong><br>
A summary of the history of the project.<br>
<strong>How can I help</strong> ?<br>
If you would like to support the web..<br>
<strong>Getting code</strong><br>
Getting the code by <strong>anonymous FTP</strong> , etc.
</p>
</body>
</html>