<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>毛泽东家乡介绍:英雄故里韶山</title>
  <style>
    body {
      font-family: Arial, sans-serif;
    }
<pre><code>h1 {
  font-size: 36px;
  text-align: center;
  margin-top: 50px;
}

table {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 10px;
  border: 1px solid black;
}

.hero-image {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 50%;
}

.hero-description {
  margin-top: 30px;
}

h3 {
  margin-top: 30px;
}

ul {
  margin-top: 30px;
}

form {
  margin-top: 30px;
}

label {
  display: block;
  margin-bottom: 10px;
}

input[type=&quot;text&quot;],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid black;
}

input[type=&quot;submit&quot;] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}
</code></pre>
  </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>湖南省湘潭市韶山市</td>
    </tr>
  </table>
  <img class="hero-image" src="https://i.imgur.com/9r8IXdM.jpg" alt="毛泽东">
  <div class="hero-description">
    <p>毛泽东是伟大的马克思主义者、无产阶级革命家、政治家、军事家、外交家和诗人。他是中国共产党的主要创始人之一,是中国工人阶级和广大人民群众的伟大领袖。</p>
    <p>毛泽东的家乡韶山市是一个英雄的故乡。这里是毛泽东的出生地和成长地,也是中国革命的重要发源地之一。韶山市有着丰富的革命历史和文化遗产,是国家级爱国主义教育示范基地和全国重点文物保护单位。</p>
  </div>
  <h3>毛泽东的事迹</h3>
  <ul>
    <li>领导中国共产党领导人民军队取得抗日战争胜利,结束了中国近代历史上长达100多年的半殖民地半封建社会的黑暗历史。</li>
    <li>创立了毛泽东思想,这是马克思列宁主义的普遍原理同中国革命和建设的具体实践相结合的产物。</li>
    <li>发动了‘文化大革命’,推动了中国社会主义事业的发展。</li>
    <li>著有《毛泽东选集》等重要著作。</li>
  </ul>
  <form>
    <h3>给毛泽东留言</h3>
    <label for="name">姓名:</label>
    <input type="text" id="name" name="name" required>
<pre><code>&lt;label for=&quot;email&quot;&gt;邮箱:&lt;/label&gt;
&lt;input type=&quot;text&quot; id=&quot;email&quot; name=&quot;email&quot; required&gt;

&lt;label for=&quot;message&quot;&gt;留言内容:&lt;/label&gt;
&lt;textarea id=&quot;message&quot; name=&quot;message&quot; required&gt;&lt;/textarea&gt;

&lt;input type=&quot;submit&quot; value=&quot;提交留言&quot;&gt;
</code></pre>
  </form>
</body>
</html>

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

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