-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasic_2.html
More file actions
20 lines (17 loc) · 801 Bytes
/
Copy pathBasic_2.html
File metadata and controls
20 lines (17 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 style="color: #a14c0b;">This JavaScript Code Is Fully Completed To Help With : </h1>
<h3><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">** MDN Documentation **</a></h3>
<h2 style="color: rgb(66, 69, 105);">And Others Channels :</h2>
<h4><a href="https://www.youtube.com/@chaiaurcode" target="_blank">1. Chai Aur Code</a></h4>
<h2 style="color: rgb(2, 49, 51);">And Other Websites , Link In Below :</h2>
<h4><a href="https://javascript.info/" target="_blank">1. JavaScript.Info</a></h4>
<script src="BasicJavaScript_2.js"></script>
</body>
</html>