<!DOCTYPE html>
<html>
<head>
	<title>Personal Website</title>
	<style>
		body {
			font-family: Arial, sans-serif;
			margin: 0;
			padding: 0;
		}
<pre><code>	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
	}
	
	.menu {
		display: flex;
		justify-content: space-between;
		background-color: #333;
		color: #fff;
		padding: 10px;
	}
	
	.menu a {
		color: #fff;
		text-decoration: none;
		padding: 5px;
	}
	
	.page {
		margin-top: 20px;
	}
	
	.content {
		margin-bottom: 20px;
	}
	
	.contact-form {
		display: flex;
		flex-direction: column;
		max-width: 500px;
	}
	
	.contact-form label {
		margin-bottom: 5px;
	}
	
	.contact-form input, .contact-form textarea {
		margin-bottom: 10px;
		padding: 5px;
	}
	
	.contact-form button {
		padding: 10px;
		background-color: #333;
		color: #fff;
		border: none;
		cursor: pointer;
	}
&lt;/style&gt;
</code></pre>
</head>
<body>
	<div class="container">
		<div class="menu">
			<a href="index.html">Home</a>
			<a href="about.html">About Me</a>
			<a href="study.html">Study/Work</a>
			<a href="hobbies.html">Hobbies</a>
		</div>
<pre><code>	&lt;div class=&quot;page&quot;&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;h1&gt;Welcome to my Personal Website!&lt;/h1&gt;
			&lt;p&gt;Feel free to explore the different pages and learn more about me.&lt;/p&gt;
		&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;h2&gt;About Me&lt;/h2&gt;
			&lt;p&gt;I was born in the beautiful city of [City]. Here are some pictures of my city:&lt;/p&gt;
			&lt;img src=&quot;city1.jpg&quot; alt=&quot;City 1&quot;&gt;
			&lt;img src=&quot;city2.jpg&quot; alt=&quot;City 2&quot;&gt;
			&lt;img src=&quot;city3.jpg&quot; alt=&quot;City 3&quot;&gt;
		&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;h2&gt;Study/Work&lt;/h2&gt;
			&lt;p&gt;I have studied at various institutions and currently attending [University]. Here are some pictures:&lt;/p&gt;
			&lt;img src=&quot;school1.jpg&quot; alt=&quot;School 1&quot;&gt;
			&lt;img src=&quot;school2.jpg&quot; alt=&quot;School 2&quot;&gt;
			&lt;img src=&quot;university.jpg&quot; alt=&quot;University&quot;&gt;
		&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;h2&gt;Hobbies&lt;/h2&gt;
			&lt;p&gt;Here are some of my hobbies:&lt;/p&gt;
			&lt;img src=&quot;hobby1.jpg&quot; alt=&quot;Hobby 1&quot;&gt;
			&lt;img src=&quot;hobby2.jpg&quot; alt=&quot;Hobby 2&quot;&gt;
			&lt;img src=&quot;hobby3.jpg&quot; alt=&quot;Hobby 3&quot;&gt;
		&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;h2&gt;Contact Me&lt;/h2&gt;
			&lt;form class=&quot;contact-form&quot;&gt;
				&lt;label for=&quot;name&quot;&gt;Name:&lt;/label&gt;
				&lt;input type=&quot;text&quot; id=&quot;name&quot; name=&quot;name&quot; required&gt;
				
				&lt;label for=&quot;email&quot;&gt;Email:&lt;/label&gt;
				&lt;input type=&quot;email&quot; id=&quot;email&quot; name=&quot;email&quot; required&gt;
				
				&lt;label for=&quot;message&quot;&gt;Message:&lt;/label&gt;
				&lt;textarea id=&quot;message&quot; name=&quot;message&quot; required&gt;&lt;/textarea&gt;
				
				&lt;button type=&quot;submit&quot;&gt;Submit&lt;/button&gt;
			&lt;/form&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
</code></pre>
</body>
</html
创建一个html文件This is your personal website about yourself The website should have a minimum of 5 pages The website will have a horizontal or a vertical menu or both menu that will link to your pages The

原文地址: https://www.cveoy.top/t/topic/hBEn 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录