-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathlcb2024039.html
41 lines (39 loc) · 1.06 KB
/
lcb2024039.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>personal information</title>
<style>
body {
background-color: #007bb5;
color: white;
font-family: sans-serif;
text-align: center;
}
.container {
width: 400px;
margin: 100px auto;
padding: 20px;
background-color: rgb(245, 246, 247);
border-radius: 5px;}
</style>
</head>
<body align="center">
<h2> personal information </h2>
<li<b> your name = akshay lad </b> </li>
<br><br>
<li<b>roll no. = lcb2024039</b> </li>
<br><br>
<img src="MyImage.jpg" alt="image not avialable" length="200px" width="200px">
<br><br>
<br><br>
<li<b>branch = computer science and business </b></li>
<br><br>
<li<b> skills =</b> my skills include chess playing , and developing a coding skill</li>
<br><br>
<li<b>hobies =</b> playing and watching cricket , and listening musics</li>
<br><br>
<li<b> I want to be best in coding</b> </li>
</body>
</html>