<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>cs202 Assignmentno.1</title>
<style type="text/css">
body
background-color: #f2f6fc;
font-family: Arial, sans-serif;
color: #333;
margin: 20px;
padding: 20px;
h1
text-align: center;
color: #0a0a23;
h2
text-align: center;
color: #0077cc;
text-align: left;
margin-left: 15px;
font-size: 15px;
word-spacing: 2px;
line-height: 20px;
ul
list-style-type: square;
margin-left: 40px;
ol
list-style-type: upper-roman;
margin-left: 40px;
table
border-collapse: collapse;
width: 60%;
margin: 20px auto;
th, td
border: 2px solid #7f8c8d;
padding: 8px 12px;
text-align: center;
margin-left: 10px ;
color: #0077cc;
font-weight: bold;
text-decoration: none;
a:hover
color: #00509e;
text-decoration: underline;
.section-heading
font-size: 20px;
font-weight: bold;
margin-top: 30px;
margin-left: 10px;
margin-bottom: 10px;
color: #0a0a23;
.container
background-color: white;
padding: 20px;
border-radius: 10px;
max-width: 900px;
margin: auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
</style>
</head>
<body>
<div class="container">
<h1>12345678and abc</h1>
<h2> Web Development & Tech Educator</h2>
<p>Hello! My name is abc. I am a university lecturer and a web development enthusiast. I enjoy
building responsive websites and teaching others the fundamentals of front-end technologies.</p>
<div class="section-heading">My Skills</div>
<ul>
<li>HTML & CSS</li>
<li>JavaScript</li>
<li>Responsive Web Design </li>
<li>Teaching & Mentoring</li>
</ul>
<div class="section-heading">My Hobbies</div>
<ol>
<li>Traveling</li>
<li>Reading</li>
<li>Stitching</li>
<li>Cooking</li>
</ol>
<div class="section-heading">My Achivements</div>
<table>
<tr>
<th>Year</th>
<th>Achivement</th>
</tr>
<tr>
<td>2020</td>
<td>Completed my FSC.</td>
</tr>
<tr>
<td>2022</td>
<td>Completed my Bachelor Degree</td>
</tr>
</table>
<div class="section-heading">More About Me</div>
<a href="abc.html " target="_blank">Visit my blog</a>
</div>
</body>