-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdd.html
More file actions
101 lines (98 loc) · 3.45 KB
/
dd.html
File metadata and controls
101 lines (98 loc) · 3.45 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<html>
<head>
<meta charset="utf-8">
<title>
My First Website
</title>
</head>
<body>
<table cellspacing="20">
<td>
<img class="" src="https://i.pinimg.com/236x/d5/f3/6b/d5f36b365024580172466357e9388654.jpg" alt="Image Of a Bed">
</td>
<td>
<h1>
SIDDHARTHA SRIVASTAVA
</h1>
<hr>
<p>
This is my First website and i am using Vs code
</p></td>
</table>
<hr>
<h4>
My hobbiess
</h4>
<ul>
<em><li>Playing guitar</li>
<li>listening music</li></em>
</ul><h4>
<hr>
<a href="languages.html" >Languages I Know</a></h4><hr>
<h4>
SKILLS
</h4>
<table border="1">
<tr>
<td>
<table cellspacing="10px">
<tr>
<td>
Python
</td>
<td>
★
★
★
★
☆
</td>
</tr>
<tr>
<td>
HTML
</td>
<td>
★
★
★
☆
☆
</td>
</tr>
</table>
</td>
<td>
<table cellspacing="5">
<tr>
<td>
programming
</td>
<td>
★
★
★
★
☆
</td>
</tr>
<tr>
<td>
C++
</td>
<td>
★
★
★
☆
☆
</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="contact.html">Contact us</a>
</body>
</html>