预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共44页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

揭秘HTML5和CSS3关于我网站标准的简单历史网站标准的简单历史网站标准的简单历史HTML5HTML发展历史支持HTML5的浏览器支持HTML5的浏览器HTML5技术概览HTML5新增的元素HTML5移除的元素HTML5基本布局HTML5对表单的支持<formaction='/register'enctype="application/x-www-form+xml"method="post"> <p> <labelfor='name'>ID(请使用Email注册)</label> <inputname='name'requiredtype='email'/> <p> <labelfor='password'>密码</label> <inputname='password'requiredtype='password'/> <p> <labelfor='birthday'>出生日期</label> <inputtype='date'name='birthday'/> <p> <labelfor='gender'>国籍</label> <selectname='country'data='countries.xml'></select> <p> <labelfor='photo'>个性头像</label> <inputtype='file'name='photo'accept='image/*'/> <table> <thead> <td><buttontype="add"template="questionId">+</button>保密问题</td> <td>答案</td> <td></td> </thead> <trid="questionId"repeat="template"repeat-start="1"repeat-min="1"repeat-max="3"> <td><inputtype="text"name="questions[questionId].q"/></td> <td><inputtype="text"name="questions[questionId].a"/></td> <td><buttontype="remove">删除</button></td> </tr> </table> <p><inputtype='submit'value='send'class='submit'/></p> </form>http://adamlu.com/Demo/Speech/Demo/form-html5.htmlHTML5DOM变化HTML5的JavascriptAPIsVideo&AudioCanvasDrag&DropWebWorkersWebWorkersGeolocationApplicationCacheStorageStorageCross-DocumentMessaginghttp://ishtml5readyyet.com/CSS3CSS的发展历史支持CSS3的浏览器CSS3技术概况CSS3-选择器CSS3-样式CSS3-样式CSS3-样式CSS3-布局CSS3-动画CSS3-其它浏览器前缀CSS3应用原则参考资源Thanks!