Debug the Given HML Code
Debug the Given HML Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
line-height: 1.6;
margin: 20px;
background-color: #f4f4f9;
header {
text-align: center;
nav a {
margin: 0 10px;
text-decoration: none;
color: #007BFF;
nav a:hover {
text-decoration: underline;
img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<header>
</header>
<nav>
</nav>
<section>
<h2>About Me</h2>
<p>Hi! My name is [Your Name]. I am a passionate educator and a technology enthusiast. I love
sharing knowledge and exploring new ways to make learning fun and interactive.</p>
<p>In my free time, I enjoy traveling, photography, and coding cool projects like this website!</p>
</section>
</body>
</html>