摘要:
Object-Oriented Code1.var Person = function (name) { this.name = name;};Person.prototype.say = function (words) { alert(this.name + ' says "' + ... 阅读全文
摘要:
1.video(fall-back contentalternative2.audio3.canvas:paint all manner of dynamic images such as graphs, animated sprites, or daft cat pictures. 阅读全文
摘要:
1.提供可描述输入字段预期值的提示信息(hint)。2.autofocus3.标签定义选项列表。请与 input 元素配合使用该元素,来定义 input 可能的值。datalist 及其选项不会被显示出来,它仅仅是合法的输入值列表。 ... 阅读全文
摘要:
1.Not yet work fully on all major browsers2.<input type="search tel url email datetime date month week time datetime-local color" name="search"CSS:val... 阅读全文
摘要:
1.label Your Name id for the to associate it to.2.fieldset & legend Name First name Last name Addr... 阅读全文
摘要:
1.Tab Here There Limbo2.Link titlesI'm really bad at writing link text. Click here to find out more.Don’t have links open something in a new ... 阅读全文
摘要:
1. This That The other Ladybird Locust Lunch 2. **vs figcapti... 阅读全文
摘要:
1.try and figure out what is sensible for you to support. Are your web site visitors likely to be using IE6? Probably not.2. eg. … for IE versions g... 阅读全文
摘要:
1.Exploring the depths of HTML52.Written by Doctor Who on Thursday 21st November 2052 9:30.the value of should be a machine-readable date and/or time3... 阅读全文
摘要:
1.Browser-size specific CSS@media screen and (max/min-width:1000px){}2.Orientation-specific CSS?@media screen and(orientation landscape/portrait){}3.D... 阅读全文
摘要:
1.background:linear-gradient(20deg/(to) bottom right,orange,red,hsl(60,100%,50%));2.-webkit-chrome/safari -o-opera -ms-IE9exclude "to""at"a fallback3.... 阅读全文