-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.html
21 lines (21 loc) · 1.05 KB
/
3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<title>WEB1 - JavaScript</title>
<meta charset -="utf-8">
</head>
<body>
<h1><a href="index.html" target="_blank">WEB*</a></h1>
<ol>
<li><a href="1.html" target="_blank">HTML</a></li>
<li><a href="2.html" target="_blank">CSS</a></li>
<li><a href="3.html" target="_blank">JavaScript</a></li>
</ol>
<h2>JavaScript란 무엇인가?</h2>
<p>JavaScript (ˈdʒævəˈskrɪpt/), [6] often abbreviated as JS, is a high-level, interpreted programming language.
It is a language which is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.
Alongside HTML and CSS, Javascript is one of the three core technologies of the World Wide Web.
[7] JavaScript enables interactive web pages and thus is an essential part of web applications.
The vast majority of websites use it, [8] and all major web browsers have a dedicated JavaScript engine to executr it.</p>
</body>
</html>