-
Notifications
You must be signed in to change notification settings - Fork 0
/
0.html
28 lines (19 loc) · 1.06 KB
/
0.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello</title>
</head>
<body>
<h1><a href="ind.html">WEB</a></h1>
<ol>
<a href="1.html"><li>HTML이란 무엇인가?</li></a>
<a href="2.html"><li>CSS</li></a>
<a href="3.html"><li>JAVASCRIPT</li></a>
</ol>
<br>
<h2>WEB</h2>
The 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://example.com/), which may be interlinked by hyperlinks, and are accessible over the Internet.[1][2] The resources of the Web are transferred via the Hypertext Transfer Protocol (HTTP), may be accessed by users by a software application called a web browser, and are published by a software application called a web server. The World Wide Web is not synonymous with the Internet, which pre-dated the Web in some form by over two decades and upon which technologies the Web is built.
</body>
</html>