-
Notifications
You must be signed in to change notification settings - Fork 0
/
practice7.html
79 lines (73 loc) · 2.23 KB
/
practice7.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
<!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> Practice </title>
</head>
<body>
<table>
<tr>
<td>
<img src="Lokesh-modified.jpg" alt=" Sorry image not loaded ">
</td>
<td>
<h1> Lokesh Baviskar </h1>
<p> FYBCA <a href="https://www.linkedin.com/in/lokesh-baviskar-bb54a8218/">Student👆🏼</a> </p>
<p> I want to become an Full Stack Web Developer</p>
</td>
</tr>
</table>
<hr size="2">
<h3>Books and Teaching </h3>
<ul>
<li>Wings of Fire by A.P.J Abdul Kalam</li>
<li>The world that AI made by Toby Walsh </li>
<li>Srimad Bhagawad Gita As it is by Prabh upada </li>
</ul>
<hr size="2">
<table>
<tr>
<td>
<h1 align="center"> Table </h1>
</td>
<td>
<table border="3" align="center" width="400" height="100">
<tr>
<th> Name </th>
<th> Student ID </th>
<th> Work </th>
</tr>
<tr align="center">
<td> Lokesh Baviskar </td>
<td> 123 </td>
<td> Monitoring </td>
</tr>
<tr align="center">
<td> Rajesh Patil </td>
<td> 32145 </td>
<td> Fees Collection </td>
</tr>
</table>
</td>
</tr>
</table>
<hr size="2">
<table>
<tr>
<td> Web Development ⭐⭐⭐⭐ </td>
<td> Photography ⭐⭐⭐ </td>
</tr>
<tr>
<td> IOS Development ⭐ </td>
<td> Painting ⭐⭐⭐⭐ </td>
</tr>
</table>
<hr size="2">
<h2><a href="Hobbies.html"> My Hobbies</a> </h2>
<hr>
<h4><a href="contact.html"> Contact us</a> </h4>
<hr><hr><hr>
</body>
</html>