Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加作业 #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions task/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# 存放自学资料和练习题

与 lesson 对应
# 任务
- [第一次课后任务](task1.md)
50 changes: 50 additions & 0 deletions task/task1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 作业

作业截至时间:2016-12-09

## 阅读

* [如何阅读W3C规范](http://www.chinaw3c.org/how-to-read-spec-wxx.html)
* [HTML: The Living Standard (A technical specification for Web developers)](https://developers.whatwg.org/)
* [Activating Browser Modes with Doctype](https://hsivonen.fi/doctype/)
* [HTTP概述](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Overview)
* [Mastering Markdown](https://guides.github.com/features/mastering-markdown/)
* [Accessibility](https://www.w3.org/standards/webdesign/accessibility)


## 参考

* [HTML5 Doctor: Semantics](http://html5doctor.com/element-index/)
* [schema.org](http://schema.org/)
* [Evolution of the Web](http://www.evolutionoftheweb.com/?hl=zh-cn)
* [HTML Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference)
* [Web Content Accessibility Guidelines (WCAG) 2.0](https://www.w3.org/TR/WCAG20/)


## 任务

注意事项:

1. 以下作业都只需要 `HTML` 部分即可,不需要 `CSS`。
2. 可以讨论交流,别抄作业;只有多实践才能学好前端。


### 1. 找茬

选择任意一个线上页面(各大公司均可),指出 HTML 代码中的不合理之处。


### 2. 简历

制作一个你自己的简历页面,包含你的基本信息、教育信息、实习和项目经验等。


### 3. 表单设计

你肯定遇到需要填写很多项内容的表单,比如在申请信用卡时或签证时。请找到一个这样的页面,尝试优化它的 HTML。


### 4. 课程表

把你每周的课程表做成一个页面。