John Doe - Web Developer | Website Design & Development Services
<html>
<head>
<title>John Doe - Web Developer | Website Design & Development Services</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" 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>
<main>
<section>
<h1>Welcome to my website</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod egestas urna, vitae feugiat urna sagittis a. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut eget erat eu enim posuere consectetur ac vel magna. Integer auctor, enim id semper dapibus, nunc arcu tincidunt felis, vitae rhoncus leo massa a justo.</p>
</section>
<section>
<h2>About me</h2>
<p>My name is John Doe and I am a web developer. I have been coding for 5 years and have experience in HTML, CSS, JavaScript and PHP.</p>
</section>
<section>
<h2>Services</h2>
<ul>
<li>Web Development</li>
<li>Web Design</li>
<li>SEO</li>
<li>Social Media</li>
</ul>
</section>
<section>
<h2>Contact</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name"><br>
<pre><code> <label for="email">Email:</label>
<input type="email" id="email" name="email"><br>
<label for="message">Message:</label>
<textarea id="message" name="message"></textarea><br>
<input type="submit" value="Submit">
</form>
</section>
</main>
<footer>
<p>&copy; 2021 My Website</p>
</footer>
</code></pre>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/lSsv 著作权归作者所有。请勿转载和采集!