From e408f34b19a9baeca4622ca1302b9cb332f8d164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Thu, 19 Aug 2021 06:28:05 +0000 Subject: [PATCH] [zh-cn] translate 3.1 assignment --- .../1-intro-to-html/translations/README.zh-cn.md | 2 +- .../1-intro-to-html/translations/assignment.zh-cn.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 3-terrarium/1-intro-to-html/translations/assignment.zh-cn.md diff --git a/3-terrarium/1-intro-to-html/translations/README.zh-cn.md b/3-terrarium/1-intro-to-html/translations/README.zh-cn.md index acb933f9..1959a0c3 100644 --- a/3-terrarium/1-intro-to-html/translations/README.zh-cn.md +++ b/3-terrarium/1-intro-to-html/translations/README.zh-cn.md @@ -228,4 +228,4 @@ HTML是 '久经考验的' 构建模块系统,它帮助构建了今天的 web ## 作业 -[练习你的 HTML:建立一个博客模型](assignment.zh-tw.md) +[练习你的 HTML:建立一个博客模型](assignment.zh-cn.md) diff --git a/3-terrarium/1-intro-to-html/translations/assignment.zh-cn.md b/3-terrarium/1-intro-to-html/translations/assignment.zh-cn.md new file mode 100644 index 00000000..ddacc311 --- /dev/null +++ b/3-terrarium/1-intro-to-html/translations/assignment.zh-cn.md @@ -0,0 +1,11 @@ +# 练习 HTML:建立博客雏形 + +## 简介 + +想象你正在设计,或重新设计你的个人网站。建立网页的图形设计雏形,然后写下用于构建网站的各种 HTML 标记。你可以写纸上再扫描,或者用软件,只要确保是手写的。 + +## 评价表 + +| 指标 | 优秀 | 良好 | 尚可进步 | +| ----- | --------------------------------- | ---------------------------- | ----------------------------- | +| | 可以见到至少 10 种用于博客布局的元素 | 见到大约 5 种用于博客布局的元素 | 见到最多 3 种用于博客布局的元素 | \ No newline at end of file