-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.html
More file actions
18 lines (17 loc) · 901 Bytes
/
3.html
File metadata and controls
18 lines (17 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>WEB-3 html</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html" target="_black" title="Welcom Page">WEB</a></h1></h1>
<ol>
<li><a href="1.html" target="_black">HTML</a></li>
<li><a href="2.html" target="_black">CSS</a></li>
<li><a href ="3.html" target="_black">JavaScript</a></li>
</ol>
<h2>Javascript</h2>
<p><a href="https://javascript.info/manuals-specifications" target="_blank" title="Javascript speicification">JavaScript often abbreviated as JS</a> is a programming language that is one of <strong>the core technologies of the World Wide Web</strong>, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices.</p>
</body>
</html>