-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
85 lines (81 loc) · 2.15 KB
/
main.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My first webpage</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table cellspacing ="20">
<tr>
<td> <img src="image/healingtales.png.bmp" alt="My blog profile"></td>
<td><h1>Thoughts beyond horizon</h1>
<p><em>Founder of <strong><a href="https://healingtales4.blogspot.com/">Healing Tales </a></strong></em></p>
<p> I am a student with kinda many hobbies. I am currently pursuing my engineering. Social work is always my first priority. Its complicated to know what you want.</p></td>
</tr>
</table>
<hr>
<h3>MY FEW INTERESTING BLOGS ARE:</h3>
<ul id="blog">
<li><a class="blogs" href="https://healingtales4.blogspot.com/2020/06/women.html">Women</a></li>
<li><a class="blogs"href="https://healingtales4.blogspot.com/2020/06/maturity.html">Maturity</a></li>
<li><a class="blogs" href="https://healingtales4.blogspot.com/2020/06/music-flowing-like-breeze.html">Music</a></li>
<li><a class="blogs" href="https://healingtales4.blogspot.com/2020/06/best-friendz.html">Best friend</a></a></li>
</ul>
<hr>
<h3>MY HOBBIES ARE:</h3>
<ol type="I">
<li>Listening to music</li>
<li>Rome around</li>
<li>I like chai and chocolates</li>
<li>Dancing</li>
</ol>
<hr>
<h3>MY EDUCATION</h3>
<table border="3" cellspacing ="10">
<header>
<tr>
<td> Year</td>
<td> Qualification </td>
</tr>
</header>
<body>
<tr>
<td>2017</td>
<td>SSC</td>
</tr>
<tr>
<td>2019</td>
<td>HSC</td>
</tr>
</body>
</table>
<hr>
<h3>MY SKILLS</h3>
<table cellspacing = "15">
<header>
<tr>
<td> <em>Skills </em></td>
<td> </td>
</tr>
</header>
<body>
<tr>
<td>html</td>
<td>✨✨✨✨</td>
</tr>
<tr>
<td>css</td>
<td>✨✨✨</td>
</tr>
<tr>
<td>c language</td>
<td>✨✨✨✨</td>
</tr>
</body>
</table>
<hr><hr>
<b><i><a href="form.html"> Enter your contact details</a></i></b><br><br>
<i><b> <a href="contact.html">contact me</a></b></i>
</body>
</html>