天天看点

《HTML5+CSS3网页设计入门必读》——导读

《HTML5+CSS3网页设计入门必读》——导读

前言

当我和mandy brown、jason santa maria成立a book apart时,我们十分希望对一个主题内容进行整理并成书出版,而且我们觉得,只有一个作者适合这项工作。

网页设计是基于标准的。虽然“real fonts”或css3也对网页设计产生了深远的影响,但html的影响是其他方面所无法比拟的。html是开发人员对w3c步调和政策不满的结果,它是为网页应用程序(而不仅仅是文件)而设计的,因此,虽然这个新版本的网络语言令网页设计界为之兴奋,但也导致了同等程度的愤怒和困惑。

在编写了关于dom和javascript的书籍之后,jeremy keith以一种独特的方式阐述了html5,并介绍了对于网页设计师来说最重要的内容。另外,他还在这一部分中使用了尽可能多的文字和图片以达到更好的效果。

除了这本书之外,还有其他一些关于html5的图书,而且以后还会越来越多。开发者的需求推动了html5的发展。未来将会出现为应用开发者编写的、长达500页的技术书籍,甚至还会有为浏览器厂商编写的、字数更多的精品图书。这些图书可以解决一些超出你我能力范围的技术难题。

但是,这是一本为创建网页内容、标记网页和语义、设计辅助接口和体验的开发人员所写的书。它可以被称为html5用户指南。本书清晰快速地阐明了每个棘手的主题,从而使读者可以尽快应用到工作中。

[第1章 标记简史

<a href="https://yq.aliyun.com/articles/96207">1.2 xhtml 1:符合xml标准的html</a>

<a href="https://yq.aliyun.com/articles/96209">1.3 xhtml 2:不被接受</a>

<a href="https://yq.aliyun.com/articles/96210">1.4 分裂:whatwg tf</a>

<a href="https://yq.aliyun.com/articles/96215">1.5 从web apps 1.0到html5</a>

<a href="https://yq.aliyun.com/articles/96218">1.6 再次联手</a>

<a href="https://yq.aliyun.com/articles/96222">1.7 xhtml已被废弃:xhtml的语法永存</a>

<a href="https://yq.aliyun.com/articles/96224">1.8 总结</a>

[第2章 html5的设计

<a href="https://yq.aliyun.com/articles/96231">2.2 切合现实</a>

<a href="https://yq.aliyun.com/articles/96234">2.3 错误处理</a>

<a href="https://yq.aliyun.com/articles/96236">2.4 doctype:形式更简洁</a>

<a href="https://yq.aliyun.com/articles/96241">2.5 保持简洁</a>

<a href="https://yq.aliyun.com/articles/96244">2.6 语法:以自己的方式进行标记</a>

<a href="https://yq.aliyun.com/articles/96246">2.7 我们不使用这种语言</a>

<a href="https://yq.aliyun.com/articles/96251">2.8 转变(ch-ch变化)</a>

<a href="https://yq.aliyun.com/articles/96256">2.9 闪亮的新工具:javascript api</a>

第3章 富媒体

第4章 web forms 2.0

第5章 语义

第6章 开始使用html5

继续阅读