Created
September 9, 2022 07:13
-
-
Save iamsahebgiri/03af523483bb841dfcbc7e3b0ccd400a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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>The World Wide Web project</title> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <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="#" target="_blank">executive summary</a> | |
| of the project, Mailing lists, Policy, November's W3 news, Frequently | |
| Asked Questions. | |
| </p> | |
| <dl> | |
| <dt><a href="#">What's out there?</a></dt> | |
| <dd> | |
| Pointers to the world's online information,<a href="#">subjects</a>, | |
| <a href="#">W3 servers</a>, etc. | |
| </dd> | |
| <dt><a href="#">Help</a></dt> | |
| <dd>on the browser you are using</dd> | |
| <dt><a href="#">Software Products</a></dt> | |
| <dd> | |
| A list of W3 project components and their current state. (e.g. | |
| <a href="#">Line Mode</a>,X11 <a href="#">Viola</a>, | |
| <a href="#">NeXTStep</a>, <a href="#">Servers</a>, | |
| <a href="#">Tools</a>, <a href="#">Mail robot</a>, | |
| <a href="#">Library</a>) | |
| </dd> | |
| <dt><a href="#">Technical</a></dt> | |
| <dd>Details of protocols, formats, program internals etc</dd> | |
| <dt><a href="#">Bibliography</a></dt> | |
| <dd>Paper documentation on W3 and references.</dd> | |
| <dt><a href="#">People</a></dt> | |
| <dd>A list of some people involved in the project.</dd> | |
| <dt><a href="#">History</a></dt> | |
| <dd>A summary of the history of the project.</dd> | |
| <dt><a href="#">How can I help</a> ?</dt> | |
| <dd>If you would like to support the web..</dd> | |
| <dt><a href="#">Getting code</a></dt> | |
| <dd>Getting the code by <a href="#">anonymous FTP</a>, etc.</dd> | |
| </dl> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment