-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTask1.html
83 lines (77 loc) · 1.82 KB
/
Task1.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
<!DOCTYPE html>
<html>
<head>
<title>
Piyush Gawade
</title>
</head>
<body>
<h1>
Piyush Gawade
</h1>
<p1>
<b>
Email :
</b>
<b>
Phone :
</b>
9421229304 |
<b>
My Github URL:
</b>
PiyushGG18
</p1>
<hr>
<h2>
Education
</h2>
<p2>
<ul>
<li>
Undergraduate from IIIT A with majors in Information Teachnology and Business Informatics.
</li>
<li>
Former member of WebD Wing of GeekHaven Society.
</li>
</ul>
</p2>
<hr>
<h2>
Skills
</h2>
<p3>
<table>
<tr>
<td><b>Language  </b></td>
<td style="text-align:center;"><b> Skill </b></td>
</tr>
<tr>
<td><b>HTML</b></td>
<td>★★★★☆</td>
</tr>
<tr>
<td><b>CSS</b></td>
<td>★★★☆☆</td>
</tr>
<tr>
<td><b>Javascript</b></td>
<td>★★☆☆☆</td>
</tr>
</table>
</p3>
<hr>
<h2>
Contact Me
</h2>
<form>
<label>Your Name : </label>
<input type="text" placeholder="Enter your name"><br><br>
<label>Your Email id : </label>
<input type="text" placeholder="Enter your email id"><br><br>
<label>Your message : </label>
<input type="text" style="width: 300px; height: 50px;" placeholder="Enter your message">
</form>
</body>
</html>