Welcome to Our Website - Best Products & Services
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Our Website - Best Products & Services</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css"> <!-- add your own stylesheet -->
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero">
<h1>Welcome to Our Website!</h1>
<p>We offer the best products and services in the industry.</p>
<button>Learn More</button>
</section>
<section id="about">
<h2>About Us</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque euismod, nisl eu facilisis tincidunt, dolor nibh ullamcorper velit, in ultricies lacus dui vel nunc.</p>
<button>Read More</button>
</section>
<section id="services">
<h2>Our Services</h2>
<ul>
<li>Service 1</li>
<li>Service 2</li>
<li>Service 3</li>
<li>Service 4</li>
</ul>
<button>View All Services</button>
</section>
<section id="products">
<h2>Our Products</h2>
<ul>
<li>Product 1</li>
<li>Product 2</li>
<li>Product 3</li>
<li>Product 4</li>
</ul>
<button>View All Products</button>
</section>
<section id="contact">
<h2>Contact Us</h2>
<form action="#" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<pre><code> <label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send Message</button>
</form>
</section>
</main>
<footer>
<p>&copy;2021 Your Company. All rights reserved.</p>
</footer>
</code></pre>
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/lO0y 著作权归作者所有。请勿转载和采集!