-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (29 loc) · 1.07 KB
/
index.html
File metadata and controls
37 lines (29 loc) · 1.07 KB
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
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link href="style.css" rel="stylesheet">
</head>
<body >
<h1>Dark/Light Mode Demo</h1>
<h3 class="topic">Creating \t new element</h3>
<h3 class="topic">append and appendChild property</h3>
<h3 id="topic">how to set/get attributes of any element</h3>
<h3>Dark/Light Mode Demo</h3>
<input class="fname" type="text" placeholder="Enter your name">
<p class="topic">append and appendChild property</p>
<div class="loader">
<div class="item item1"></div>
<div class="item item2"></div>
<div class="item item3"></div>
<div class="item item4"></div>
<div class="item item5"></div>
</div>
<script src="main.js"/>
<script src="compareCharAtandSquareBrackets.js"/>
</body>
</html>