0% found this document useful (0 votes)
11 views2 pages

Coding

Uploaded by

tnovi1305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Coding

Uploaded by

tnovi1305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Landing Page</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: grey;

}
header {
background: blue;
color: white;
padding: 20px;
text-align: center;
}
nav ul li {
display: inline;
margin: 15px;
}
nav a {
color: white;
text-decoration: none;
}
section {
padding: 20px;
margin: 20px;
background: white;

}
footer {
text-align: center;
padding: 10px;
background: #007bff;
color: white;
position: relative;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>

<header>
<h1>Welcome to Our Product</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>

<section id="about">
<h2>About Us</h2>
<p>We are dedicated to providing the best product to meet your
needs. Our team is committed to excellence and customer
satisfaction.</p>
</section>

<section id="about">
<h2>About Us</h2>
<p>We are dedicated to providing the best product to meet your
needs. Our team is committed to excellence and customer
satisfaction.</p>
</section>

<footer id="contact">
<p>Contact us at info@ourproduct.com</p>
<p>&copy; 2024 Our Product. All rights reserved.</p>
</footer>

</body>
</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy