毛泽东:湖南韶山家乡英雄介绍 - 伟人风采与历史事迹
<!DOCTYPE html>
<html>
<head>
<title>毛泽东-家乡英雄介绍</title>
<meta charset="UTF-8">
<style>
h1{
text-align: center;
}
table{
margin: 20px auto;
border-collapse: collapse;
width: 60%;
text-align: center;
}
td{
padding: 5px;
border: 1px solid #ccc;
}
ul{
margin-left: 50px;
}
li{
margin: 5px;
}
.img{
float: right;
margin-left: 20px;
margin-top: 20px;
width: 40%;
height: auto;
}
.quote{
font-style: italic;
text-align: center;
margin-top: 20px;
}
form{
margin-top: 20px;
}
input{
margin: 5px;
}
</style>
</head>
<body>
<h1>毛泽东-家乡英雄介绍</h1>
<table>
<tr>
<td>姓名</td>
<td>毛泽东</td>
</tr>
<tr>
<td>出生地</td>
<td>湖南省湘潭市韶山镇</td>
</tr>
<tr>
<td>出生日期</td>
<td>1893年12月26日</td>
</tr>
<tr>
<td>逝世日期</td>
<td>1976年9月9日</td>
</tr>
</table>
<h2>毛泽东的事迹</h2>
<ul>
<li>领导中国革命,建立中华人民共和国</li>
<li>提出独立自主的'三个世界'理论</li>
<li>主持制定《中华人民共和国宪法》</li>
<li>发动文化大革命</li>
</ul>
<p>毛泽东是中国革命的伟大领袖,他的思想和事迹影响了整个中国的历史进程。</p>
<img class="img" src="mao.jpg" alt="毛泽东的照片">
<h3>毛泽东的经典语录</h3>
<blockquote class="quote">我们要从过去中得到教益,但决不要在过去中停留。</blockquote>
<form>
<label>留言:</label>
<textarea rows="5" cols="50"></textarea>
<br>
<input type="text" placeholder="姓名">
<input type="email" placeholder="邮箱">
<br>
<input type="submit" value="提交留言">
</form>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/or7i 著作权归作者所有。请勿转载和采集!