-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask1.html
More file actions
85 lines (82 loc) · 3.42 KB
/
task1.html
File metadata and controls
85 lines (82 loc) · 3.42 KB
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
<html>
<head>
<title>hello</title>
<link rel="stylesheet" href="TASK1.CSS">
</head>
<body class="bodyfont">
<p class="titelsize">Resume</p>
<fieldset>
<div id="my">
Shaan Thakkar <img src="/home/odoo/Downloads/TASK1/images.jpeg" border="5"> <br>
<a href="mailto:thsh@odoo.com">thsh@odoo.com</a><br>
9979002050
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div id="edu">
<fieldset>
<ul>
<li><h2>Education</h2></li>
<ol>
<li>10<sup>th</sup> from Hebron Higher Secondary School </li>
<li>Diploma Computer Engineering from VPMP Polytechnic Gandhinagar</li>
<li>B.Tech in Computer Science and Engineering from Indus University</li>
</ol>
<li><h2>Work Experience</h2></li>
<ol>
<li>Software Developer intern at Odoo Gandhinagar (December-2022)</li>
</ol>
<li><h2>Personal Details</h2></li>
<ol class="myol">
<li><b>Father's Name</b> : Chirag Thakkar</li>
<li><b>Mother's Name</b> : Heena Thakkar</li>
<li><b><address> Address </b>: A/115 Mangaltirth Soc, Jasodanagar Road, Ahmedabad</address></li>
</ol>
</ul>
</fieldset>
</div>
<br>
<div>
<form method="GET">
<fieldset>
<legend>FeedBack Form</legend>
<table>
<tr>
<td><b>Name : </b></td>
<td><input type="text" name="FD Name" id="FName" ></input></td>
</tr>
<tr>
<td><b>Contact no : </b></td>
<td><input type="text" name="Contact-no" id="Contact-no"></td>
</tr>
<tr>
<td><b>Suggestions</b></td>
<td><textarea rows="10" cols="25" ></textarea></td>
</tr>
<tr>
<td rowspan="3"></td>
<td rowspan="3"></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td colspan="2"><b>Check box :</b> Like <input type="checkbox" value="yes" name="y" class="large"> Dislike <input type="checkbox" value="no" name="n" class="large"> </td>
</tr>
<tr>
<td><button id="submit">Submit</button></td>
<td><button id="reset">Reset</button></td>
</tr>
</table>
</fieldset>
</form>
</div>
</fieldset>
</body>
</html>