-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (50 loc) · 1.76 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<title>Javascript tutorial</title>
<link rel="stylesheet" href="/first.css">
</head>
<body>
<div class = 'container'>
<div class="disp2">
<h1> HTML/CSS/JavaScript Practice</h1>
</div>
<!-- <div class = "disp"> Testing </div></div>
<ul class="this">
<li class="childul">Just</li>
<li class="childul">For</li>
<li class="childul">Testing</li>
</ul></div> -->
<div class="disp" >
<form>
<label for="Id"><h1> Id : </h1></label>
<input type="text" name="Id" value="username">
<h1>Password</h1>
<input type="password" name="pw" value="password">
<label for="Country"><h1>Country</h1></label>
<select id="Country" name="Country">
<option value="India">India</option>
<option value="US">US</option>
</select>
<input type="button" name = 'submit' value="enter" id ="btn" >
</form>
</div>
<div class="disp2"></div>
<!-- <div id = 'myid'> Old Text </div>
<div class = 'newc'>Tarun is a a good biy </div> -->
</div>
<a href="facebook.com">Facebook</a>
<a href="instagram.com">Instagram</a>
<a href="Javascript.com">Javascript</a>
<a href="js.com">Javascript name</a>
<a href="live.com">skype</a>
<!-- <script src="practice_ex2.js"></script> -->
<!---- <<script src="elements.js"></script> -->
</body>
<!--<script src = "index.js"></script>
<script src="tut2.js"></script>
<script src="tut3_dttype.js"></script>-->
<script src="arrowfunct.js">
//use whichever js practicing
</script>
</html>