-
Notifications
You must be signed in to change notification settings - Fork 0
/
firstabout.html
56 lines (46 loc) · 1.32 KB
/
firstabout.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About me page</title>
<link rel="stylesheet" type="text/css" href="firstabout.css">
</head>
<body>
<header>
<h1>About me</h1>
<p> Time is precious don't waste your time</p>
</header>
<main>
<ul>
<h1 style="color:blue; "> personal details </h1>
<li> <b> Name</b> - Ajit kumar</li>
<li> <b>place</b> - palamau, jharkhand</li>
<li> <b>garduation</b>- BCA(GLA College daltonganj</li>
<li><b>current college</b> :- MANIT, Bhopal(MCA)</li><hr>
<h1 style="color:blue; "> My hobbies</h1>
<li>Coding</li>
<li> Listening music</li>
<li>Playing cricket</li>
<li>Fitness</li>
<li>Reading</li><hr>
<h4> <a href="class.html">link for classes expectation</a></h4>
<h1 style="color:blue; "> my course in mca first sem</h1>
<li> <b>Data structure:</b> by amit bhagat sir
<br> </li>
<li> <b>C programming :</b> by anirban choudhary sir<br>
</li>
<li> <b>Business communication:</b> <br>
</li>
<li> <b>Os : </b>vishnu priya mam <br>
</li>
<li><b> Maths : </b>manoj jha sir <br> </li>
<li><b>C lab & COA :</b> anup tiwari sir <br>
</li>
<li><b> Web development : </b>anirban sir
<br> </li>
</ul>
</main>
<footer>
<p>copyright © 2021, ajit kumar</p>
</footer>
</body>
</html>