-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.htm
50 lines (50 loc) · 1.43 KB
/
second.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
<html>
<head></head>
<body>
<p style= "background-color:lime; font-size:25px" >
<font face = "Forte">
Hey! I'm Mehak Pargal , persuing B.E in CSE from GCET,jammu.I have always been a average student but learning new tecgnologies and working on them
is the one thing which makes me different from others.
</font>
</p>
<h3 style= "background-color:yellow" > LIST OF SEMESTER SUBJECT </h3>
<ol style= "background-color:yellow" >
<li> Advanced Microprocessor </li>
<li> ADA </li>
<li> RDBMS </li>
<li> Operating System </li>
<li> Software engineering </li>
<li> Multimedia </li>
</ol>
<h3 style= "background-color:yellow" > HOBBIES </h3>
<ul style= "background-color:yellow" >
<li>Dancing</li>
<li>Painting</li>
<li>Cooking</li>
<li>Reading Novels</li>
</ul>
<h3 style= "background-color:pink "> TABLE OF MY FAVOURITE SONGS AND THEIR SINGERS </h3>
<table style= "background-color:pink" Border="1" Cellpadding="6" cellspacing="6" >
<tr>
<th>Favourite Songs</th>
<th>Singer</th>
</tr>
<tr>
<td>Pretty Girl</td>
<td>Maggie Lindemann</td>
</tr>
<tr>
<td>Humraah</td>
<td>Sachet Tandon</td>
</tr>
<tr>
<td>Someone You Loved</td>
<td>Lewis Capaldi</td>
</tr>
</table>
<h3>click the following links to contact me </h3>
<a href = "mailto: [email protected]">Send Email</a> <br/>
<a href = "https://api.whatsapp.com/send?phone=9796492252"> Whatsapp </a> <br/>
<a href = "tel:9796492252"> Call </a> <br/>
</body>
</html>