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