-
Notifications
You must be signed in to change notification settings - Fork 0
/
Introduction.html
113 lines (90 loc) · 2.8 KB
/
Introduction.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ek website</title>
<!-- <style>
.divevent {
background-color: orange;
height: 500px;
width: 500px;
}
ul {
background-color: aqua;
}
li {
background-color: pink;
} -->
</style>
</head>
<body>
<!-- <h1>Dream Car ♥</h1> -->
<!-- <hr />
<hr />
<a href="hyperlink 1.html" download="">Please click here</a>
<p id="p1">This is a Porsche 911 car</p>
<h2>CLick on image to view profile !</h2>
<h3>this is a Heading3</h3>
<a href="hyperlink 1.html" target="_blank">
<img src="images/911.jpg" alt="Porsche 911" widht="100" height="500" />
</a>
<pre>
<select name="car" id="car">
<option value="no-car">select your car</option>
<option value="porsche">911 carrera</option>
<option value="porsche">911 gt</option>
<option value="porsche">911 gtrs</option>
<option value="porsche">cayene</option>
</select>
<p>it's <sup>more </sup>then <sup>infinity</sup></p>
</pre> -->
<!-- <div class="inline Event">
<h1>inline event</h1>
<button onclick="alert('Welcome , welcome , welcome ! ')">
Gr33tings4u
</button>
<button ondblclick="alert('Welcome to u again')">Dblclick</button>
<button onmouseover="alert('Welcome again')">Dblclick</button>
</div>
-->
<!--
<h1>Using dOM Event handler & event listner</h1>
<button id="btn1">click kar 1</button>
<button id="btn2">click kar 2</button>
-->
<!-- <h1>Mouse Event 7 transition</h1>
<section>
<div class="rectangle"></div>
<button id="mybtn">click here</button>
</section>
-->
<!-- <h1>Event bubbling</h1>
<div class="divevent">
<ul>
<li>list1</li>
<li>list2</li>
<li>list3</li>
</ul>
</div>
-->
<!-- <h1>TODO list</h1>
<div>
<input type="text" placeholder="enter your task" />
<button>add task</button>
<ul>
<li>eat <button class="delete">delete</button></li>
<li>sleep <button class="delete">delete</button></li>
</ul>
</div> -->
<!--
<H1>form events</H1>
<form action="/action">
<input type="text" placeholder="enter username" id="user">
<input type="password" placeholder="enter your password" id="pass">
<button>register</button>
</form> -->
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="#intro.html"></script>
</body>
</html>