Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
17 views

Debug the Given HML Code

Uploaded by

IMELDA ESPIRITU
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Debug the Given HML Code

Uploaded by

IMELDA ESPIRITU
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Debug the given HML code:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Personal Info - Page 1</title>

<style>

body {

font-family: Arial, sans-serif;

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>

<h1>Welcome to My Personal Info Page</h1>

</header>

<nav>

<a href="page2.html">Go to Page 2</a>

</nav>

<section>

<h2>About Me</h2>

<img src=""C:\Users\Admin\Documents\SPA_Webpages\ID pix.jpeg" alt="My Profile Picture">

<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>

You might also like