<!DOCTYPE html>
<html>
<head>
	<title>我的唯美主页</title>
	<style type="text/css">
		body {
			background-color: #f8f8f8;
			font-family: Arial, sans-serif;
		}
<pre><code>	header {
		background-color: #fff;
		padding: 20px;
		text-align: center;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	}

	h1 {
		font-size: 48px;
		color: #333;
		margin: 0;
	}

	nav {
		background-color: #333;
		color: #fff;
		padding: 10px;
		text-align: center;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	}

	nav a {
		color: #fff;
		font-size: 24px;
		text-decoration: none;
		margin: 0 20px;
		padding: 10px;
		border-radius: 5px;
		transition: all 0.3s ease;
	}

	nav a:hover {
		background-color: #fff;
		color: #333;
	}

	section {
		background-color: #fff;
		padding: 20px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
		margin: 20px;
	}

	section h2 {
		font-size: 36px;
		color: #333;
		margin: 0 0 20px;
	}

	section p {
		font-size: 18px;
		line-height: 1.5;
		color: #666;
	}

	footer {
		background-color: #333;
		color: #fff;
		padding: 20px;
		text-align: center;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	}
&lt;/style&gt;
</code></pre>
</head>
<body>
	<header>
		<h1>欢迎来到我的唯美主页</h1>
	</header>
<pre><code>&lt;nav&gt;
	&lt;a href=&quot;#&quot;&gt;首页&lt;/a&gt;
	&lt;a href=&quot;#&quot;&gt;关于我&lt;/a&gt;
	&lt;a href=&quot;#&quot;&gt;我的作品&lt;/a&gt;
	&lt;a href=&quot;#&quot;&gt;联系我&lt;/a&gt;
&lt;/nav&gt;

&lt;section&gt;
	&lt;h2&gt;关于我&lt;/h2&gt;
	&lt;p&gt;我是一个喜欢唯美风格的程序员,喜欢写代码,同时也喜欢设计网页。在这里,我会分享我的一些作品和一些有趣的事情。&lt;/p&gt;
&lt;/section&gt;

&lt;section&gt;
	&lt;h2&gt;我的作品&lt;/h2&gt;
	&lt;p&gt;以下是一些我设计的网站和应用程序:&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot;&gt;唯美小清新网站&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot;&gt;唯美博客&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot;&gt;唯美相册&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot;&gt;唯美在线商城&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/section&gt;

&lt;section&gt;
	&lt;h2&gt;联系我&lt;/h2&gt;
	&lt;p&gt;如果您对我的作品感兴趣,或者想和我交流一下,请通过以下方式联系我:&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;电子邮件:&lt;a href=&quot;mailto:example@example.com&quot;&gt;example@example.com&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;微信:&lt;a href=&quot;#&quot;&gt;example&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;QQ:&lt;a href=&quot;#&quot;&gt;123456789&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/section&gt;

&lt;footer&gt;
	&lt;p&gt;&amp;copy; 2021 My Website. All rights reserved.&lt;/p&gt;
&lt;/footer&gt;
</code></pre>
</body>
</html>
用HTML写一个个人唯美主页

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

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