-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 1.42 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>WEB1 - Welcom </title>
<meta charset="utf-8">
</head>
<body>
<h1><a Href="index.html">WEB</a></h1>
<ol>
<li><a Href="1.html">HTML</a></li>
<li><a Href="2.html">CSS</a></li>
<li><a Href="3.html">JavaScript</a></li>
</ol>
<h2>WEB</h2>
<p>he World Wide Web (WWW), commonly known as the Web, is an information system where documents and other web
resources are identified by Uniform Resource Locators (URLs, such as https://www.example.com/), which may be
interlinked by hypertext, and are accessible over the Internet.[1][2] The resources of the WWW are transferred
via the Hypertext Transfer Protocol (HTTP) and may be accessed by users by a software application called a web
browser and are published by a software application called a web server.
English scientist Tim Berners-Lee invented the World Wide Web in 1989. He wrote the first web browser in 1990
while employed at CERN near Geneva, Switzerland.[3][4] The browser was released outside CERN in 1991, first to
other research institutions starting in January 1991 and then to the general public in August 1991. The World
Wide Web has been central to the development of the Information Age and is the primary tool billions of people
use to interact on the Internet.[5][6][7][8][9]</p>
</body>
</html>