学习此连接的总结http://developer.51cto.com/art/201009/226158.htmcss样式表中四种属性选择器1> 简易属性 tag[class]{ font-weight:bold } It will affect all tag with any class. e.g. <h2 class="old" > or <h2 class="new">2>精确属性值 a[href="http:/…
4 Visual Effects 视觉效果 读书笔记 第四章 Well, circles and ovals are good, but how about drawing rectangles with rounded corners? Can we do that now, too? Steve Jobs We looked at the layer frame in Chapter 3, "Layer Geometry," and the layer…
第十四章主要讲了 html forms,通过 forms,我们可以得到 customers' feedback,使得网页能够 interactive,本章的内容分为三个部分: forms 的 element 以及它们的 attribute. forms 进行交互的原理 如何对 forms 进行 style How forms work?两个方面阐述 Web Server 的角度 接收 当 visitor 在一个网页上 fill out the form 并且之后 submit 了之后 Brows…