加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
D60 提交于 2024-11-01 23:46 . feat: 美化一下
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>汉字一点通</title>
<link rel="stylesheet" href="css/common.css" />
</head>
<body>
<h1>Instruction</h1>
<div class="content">
<p>
Six thousand years ago, the Chinese people created the Chinese
characters(HANZI). In the initial stages of character creation, people
simply drew what they saw. Over the past six thousand years, Chinese
characters have undergone a series of developments and transformations.
The forms of Chinese characters have become increasingly distant from
pictographs. Fortunately, some ancient HANZI have been preserved on
oracle bones, bronze vessels, and in the dictionary named "Explaining
and Analyzing Characters" (Shuowen Jiezi), allowing us to still see the
connections between these character forms and their modern counterparts.
</p>
<p>
Take a close look at some of today's HANZI, and we can still find traces
of pictorial elements, which can help us guess their original meanings.
The Chinese characters inscribed on oracle bones are known as "oracle
bone script", which was inscribed more than three thousand five hundred
years ago. The characters preserved on bronze vessels are referred to as
"bronze inscriptions," which date back three thousand years. The
characters found in the ancient dictionary " Shuowen Jiezi " are from
over two thousand two hundred years ago and are known as "Seal script"
or "Xiaozhuan." Later, Xiaozhuan evolved into "Clerical script"(Lishu),
which appears quite similar to the HANZI we use today.
</p>
</div>
<div class="nav-bottom right">
<a href="section1.html">Mysterious HANZI</a>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化