-
Notifications
You must be signed in to change notification settings - Fork 0
/
card.html
228 lines (190 loc) · 5.28 KB
/
card.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>♥Juny birthday card♥</title>
</head>
<body>
<!--lets do--> -->
<hr size="10" width="10000" color="red" noshade="4">
<h1>Its your birthday we are going to party.</h1>
<hr size="10" width="10000" color="orange" noshade="4">
</center>
<center>
<p> <i> LUMY LOVES YOU SO MUCH PANDU </i> </p>
<p><em>LUMY LOVES SINCHAN </em></p>
<!-- em tag is used more than i tag , em means emphaise -->
<hr>
<p><strong>lumy loves sweety</strong></p>
<p><strong>lumy loves both sweety and juny</strong></p>
<p>❤</p>
</center>
<p>
<ul>
<li>LUMY</li>
<li>SWEETY</li>
<li>JUNY</li>
<li>KITTU</li>
<li>PANDU</li>
<li>SINCHAN</li>
</ul>
</p>
<br>
<P>
<ol type="1">
<li>cat</li>
<li>dog</li>
<li>lion</li>
</ol>
</P>
<p>
<ol type="I">
<li>playschool</li>
<li>school</li>
<li>college</li>
</ol>
</p>
<br>
<p>
<ol start="7">
<!-- here only numbers are working in start , not alpha -->
<li>dont</li>
<li>belive</li>
<li>anyone</li>
</ol>
</p>
<center>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy8AWpRKifFEGS2AHNjY5K4MCa84e2XFsCxyEdVs93iMSGn7DTe_RY0T12l7KMvX2yssI&usqp=CAU"
width=200 height=300 alt="dog pic">
<img src="spi.jpeg" alt="spiderman">
</center>
<!-- anchor or a tag is used for links -->
<p><a href="https://www.blender.org/">click here to go to blender page </a></p>
<!-- here we will add wepage of our created file in the same folder -->
<center><a href="another.html">hobby page </a></center>
<br>
<table>
<tr>
<td>Names</td>
<td>marks</td>
</tr>
<tr>
<td>LUMY</td>
<TD>100</TD>
</tr>
<TR>
<td> SWEETY</td>
<TD>90</TD>
</TR>
<TR>
<TD>JUNY</TD>
<Td>80</Td>
</TR>
</table>
<hr>
<table border="1">
<thead>
<tr>
<th>NAMES</th>
<th>age</th>
</tr>
</thead>
<tbody>
<tr>
<td>KITTU</td>
<td>12</td>
</tr>
<tr>
<td>PANDU</td>
<td>5</td>
</tr>
<tr>
<td>SINCHAN</td>
<td>1</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>end</td>
<td>here</td>
</tr>
</tfoot>
</table>
<hr>
<table cellspacing='40'>
<tr>
<td><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRE76rILtiW0A17oeAWP5kqvaX6E-DCrBbylA&usqp=CAU"
alt="profile here"></td>
<td><i>Hello im chandana this is my profile</i></td>
</tr>
</table>
<center>
<table border="3">
<td>dance *****<br>singing *****</td>
<td>coding *****<br>blender *****</td>
</table>
</center>
<br>
<hr>
<!-- challenge solution -->
<center>
<h1>skills</h1>
<table>
<tr>
<td>Dance</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>code</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Blender</td>
<td>⭐⭐</td>
</tr>
</table>
</center>
<!-- nested tables -->
<center>
<h2>SKILLS 2</h2>
<table>
<tr>
<td>
<table >
<tr>
<td>Dance</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>code</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Blender</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>killing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>draw</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>type</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>