-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc1.txt
79 lines (66 loc) · 2.11 KB
/
doc1.txt
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
<!doctype html>
<html>
<head>
<title> Self Introduction </title>
<link rel="stylesheet" href='ssss.css'>
</head>
<body>
<h1> ABHISHEK SHARMA </h1>
<img src="photo_2022-02-14_01-17-41.jpg" height="300" width="300" >
<h4> <font color="red">Age=</font>19</h4>
<h4> <font color="red">Father Name =</font> Mr. Ramakant Sharma</h4>
<h4> <font color="red">Mother Name =</font>Mrs. Reena Sharma</h4>
<p> Hi there,I am Abhishek Sharma, a first year B-Tech student. I am from ICE(instrumentation and control engineering) branch.
i am interested in dancing , musics listening, writing blog , graphics design and travelling. My aim is to become a young entrepreneur
and my idol is Aman Dhartarwal.
</p>
<hr>
<h1> Education Qualification</h1>
<table>
<table border="1">
<tr>
<th style='color:red;'>Class</th>
<th style='color:red;'>Percentage</th>
<th style='color:red;'>School</th>
<th style='color:red;'>Year of Passing</th>
</tr>
<tr>
<td style='color:red;'>10TH</td>
<td>93%</td>
<td>S.K.R Public School</td>
<td>2019</td>
</tr>
<tr>
<td style='color:red;'>12TH</td>
<td>88%</td>
<td>S.K.R Public School</td>
<td>2021</td>
</tr>
<tr>
<td style='color:red;'>BTECH(ICE)</td>
<td>Going on</td>
<td>Netaji Subhash University of Technology</td>
<td>2025</td>
</tr>
</table>
<hr>
<h1> More details</h1>
<p> <font color="red">Mob.no-</font> 011-62565525</p>
<p> <font color="red">Email:</font> abhishek@gmail.com</p>
<p> <font color="red">Location:</font> New Delhi</p>
<hr>
<h1> Contact Me!</h1>
<form >
First Name:<input type="text" placeholder='enter your first name'> <br>
Last Name: <INPUT TYPE='TEXT'placeholder='enter your last name'> <br>
Mobile number:<input type='text'placeholder='enter your Mobile No.'> <br>
Email:<input type='text'placeholder='enter Email ID'> <br>
Select Gender:<input type="radio" name='GENDER'> Male
<input type="radio" name='GENDER'> Female
<input type="radio" name='GENDER'> Others
<br><br><br>
Review:<input type='text'placeholder='enter your review or query'>
<br> <br><button type='submit' valur='Submit'>SUBMIT</button>
</form>
</body>
</html>