-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv vignesh.htm
51 lines (39 loc) · 1.04 KB
/
v vignesh.htm
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
<!DOCTYPE html>
<head>
<style>
h1 {
color: red;
font-family: CopperplateGothic;
font-size: 300%;
}
p {
color: blue;
font-family: MonotypeCorsiva;
font-size: 160%;
}
</style>
</head>
<body style="background-color:powderblue;">
<h1>ABOUT V VIGNESH</h1>
<p>1. I am 1st year student.<br></p>
<p>2. I am doing Instrumentation and Control Engineering (ICE).<br></p>
<p>3. I am from Madhya pradesh(M.P.) .<br></p>
<p> 4. My home town is Madurai,Tamil Nadu.<br></p>
<p>5. I love reading books and listening music.<br></p>
<center><i>THANK YOU</i></center>
<p style="text-align:right;"> --By V Vignesh.</p>
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<p id="demo"></p>
<audio controls>
<source src="H:\Lee_Min_Ho_-_Say_Yes_(mp3.pm) (1).ogg" type="audio/ogg">
<source src="H:\Lee_Min_Ho_-_Say_Yes_(mp3.pm) (1).mp3" type="audio/mpeg">
</audio>
<head>
}
</style>
</head>
<body>
</body>
</html>