My Website - Web Design, Graphic Design, SEO Services
<!DOCTYPE html>
<html>
<head>
<title>My Website - Web Design, Graphic Design, SEO 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">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<pre><code><main>
<section id="banner">
<h1>Welcome to My Website</h1>
<p>Here you will find everything you need to know about our services.</p>
<a href="#" class="button">Get Started</a>
</section>
<section id="services">
<h2>Our Services</h2>
<ul>
<li>
<h3>Web Design</h3>
<p>We create beautiful and functional websites that are easy to use.</p>
</li>
<li>
<h3>Graphic Design</h3>
<p>We design logos, business cards, brochures, and other marketing materials.</p>
</li>
<li>
<h3>SEO</h3>
<p>We can optimize your website to rank higher in search engine results.</p>
</li>
</ul>
</section>
<section id="about">
<h2>About Us</h2>
<p>We are a team of experienced designers and developers who are passionate about creating great websites and marketing materials. We have worked with clients in a variety of industries, including healthcare, finance, and technology. Our goal is to help our clients achieve their business objectives through effective design and marketing.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<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>
<input type="submit" value="Send">
</form>
</section>
</main>
<footer>
<p>&copy; 2021 My Website. All rights reserved.</p>
</footer>
</code></pre>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/nvLc 著作权归作者所有。请勿转载和采集!