-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (54 loc) · 1.22 KB
/
index.html
File metadata and controls
56 lines (54 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> 😁 Sahas new site atom</title>
</head>
<body>
<table cellspacing="10">
<tr>
<td> <img src="download.png" alt="Admin"></td>
<td> <h1>Sahas R</h1>
<p>This is my social media account <b>:</b> <a href="https://www.facebook.com/">facebook</a> Check this out</p>
<p>I am a student of <strong>dayananda sagar university</strong></p></td>
</tr>
</table>
<hr>
<h3>My Learnings:</h3>
<ul>
<li>web dev</li>
<li>data structure</li>
</ul>
<table border="3px">
<thead>
<tr>
<th>date</th>
<th>work</th>
</tr>
</thead>
<tr>
<td>30/12/2020</td>
<td>Brought the course</td>
</tr>
<tr>
<td>5/6/2020</td>
<td>The Day</td>
</tr>
</table>
<hr>
<h3>My Skills:</h3>
<table border="3px">
<tr>
<td>Sleeping ⭐⭐⭐⭐⭐</td>
<td>Reading ⭐⭐⭐</td>
</tr>
<tr>
<td>Eating ⭐⭐⭐⭐⭐</td>
<td>concentration ⭐⭐</td>
</tr>
</table>
<hr>
<a href="Smaple.html">sample testing</a>
<a href="Contact.html">contact me</a>
</body>
</html>