HTML5参考手册:英文 东南大学出版社 2025 chm pdf kindle rb azw3 下载 115盘

HTML5参考手册:英文 东南大学出版社电子书下载地址
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
《HTML5参考手册(影印版)(英文版)》由ChristopherSchmitt、KyleSimpson著,通过你能够在项目中直接使用的众多实用配方,这本手册可以帮助你赢得HTML5的多个功能的实践经验。从标记语义、Web表单以及音频和视频元素到诸如地理定位和富JavaScriptAPI之类的相关技术,你将应用各种知识来获取解决问题的明确方案。《HTML5参考手册(影印版)(英文版)》每个内容丰富的配方都包括示例代码和针对方案为何和如何生效的详细讨论。对于中等水平的人来说,这本手册是成长为不错Web和移动互联网开发者的很好选择,它可以让你选择适合你的HTML5特性――并且帮助你熟悉其余的部分。
书籍目录:
Preface
1. Fundamental Syntax and Semantics
1.1 Specifying the DOCTYPE
1.2 Specifying the Character Set
1.3 Specifying the Language
1.4 Optimizing
s and s
1.5 Adding Document Structure with HTMLS's New Elements
1.6 Choosing Between and
1.7 Checking Your Document Outline
1.8 Modifying the Document Outline
1.9 Emphasizing Text
1.10 Adding Importance to Text
1.11 Highlighting Text for Reference
1.12 Marking Up Small Print
1.13 Defining Acronyms and Abbreviations
1.14 Adding Links to Block-Level Content
1.15 Marking Up Figures and Captions
1.16 Marking Up Dates and Times
1.17 Setting the Stage for Native Expanding and Collapsing
1.18 Controlling the Numbering of Your Lists
1.19 Hiding Content to Show Later
1.20 Making Portions of a Page Editable
1.21 Setting the Stage for Native Drag-and-Drop
2. Progressive Markup and Techniques
2.1 Adding More Semantic Meaning
2.2 Picking a Markup Style
2.3 Understanding Browser Support for HTML5
2.4 Making Internet Explorer Recognize HTML5 Elements
2.5 Detecting HTML5 Features with JavaScript
2.6 Using HTML5 Boilerplate
2.7 Validating HTML5
2.8 Mapping HTML5 Elements to ID and Class Names
3. Forms
3.1 Displaying a Search Input Field
3.2 Contact Information Input Fields
3.3 Utilizing Date and Time Input Fields
3.4 Number Inputs
3.5 Selecting from a Range of Numbers
3.6 Selecting Colors
3.7 Creating an Editable Drop-Down
3.8 Requiring a Form Field
3.9 Autofocusing a Form Field
3.10 Displaying Placeholder Text
3.11 Disabling Autocomplete
3.12 Restricting Values
3.13 Making HTML5 Work in Older Browsers
3.14 Validating Form Data in Older Browsers with JavaScript
3.15 Example: Sample Form
4. Native Audio
4.1 Adding HTML5 Audio
4.2 Manipulating the Audio Stream
4.3 Generating UsingJavaScript
4.4 Visualizing Using
4.5 Sample Design: Custom Audio Player
5. Native Video
5.1 Adding HTML5 Video
5.2 Ensuring Multi-Browser Video Support
5.3 Setting Video Dimensions
5.4 Displaying a Placeholder Image Before Video Plays
5.5 Making Video Loop
5.6 Sample Design: Manipulating Video with
6. Microdata and Custom Data
6.1 Adding Microdata to Markup
6.2 Using Microdata and Schema.org
6.3 Adding Custom Data to Markup
6.4 Accessing Custom Data with JavaScript
6.5 Manipulating Custom Data
6.6 Example: Creating a Map Application Using Custom Data
7. Accessibility
7.1 Writing Appropriate alt Text Deions
7.2 Identifying Abbreviations and Acronyms
7.3 Identifying Sections of a Page Using ARIA Landmark Roles
7.4 Creating More Accessible Navigation Links
7.5 Associating Form Fields with Their Labels
7.6 Grouping Form Fields Logically
7.7 Enabling a fieldset Dynamically
7.8 Identifying Required Form Fields
7.9 Using ARIA Live Regions to Announce When Dynamic Content Is Updating
8. Ge010cation
8.1 Getting Basic Geolocation Data
8.2 Getting Basic Geolocation Data with a Fallback
8.3 Reverse Geocoding an Address with Latitude and Longitude
8.4 Converting an Address into Latitude and Longitude
8.5 Getting Directions from the Current Location
86 Example: Starbucks to Starbucks
9.
9.1 Drawing on a
9.2 Using Transparency
9.3 Setting Dimensions
94 Using Gradients, Patterns, and Line Styles
9.5 Pulling External Images into a Drawing
9.6 Setting Color Transformations
97 Working with Geometric Transformations
9.8 Placing Text on a
9.9 Clipping Drawings
9.10 Animating Drawings
9.11 Drawing Graphs with
912 Saving a Drawing to a File
10. Advanced HTML5 JavaScript
10.1 Local Storage
10.2 Application Caching
10.3 Drag and Drop
10.4 Web Workers
10.5 Web Sockets
10.6 History
10.7 Local Files
Appendix: HTML5 Resources
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
现在,有了HTML5,a元素可以包含块级元素了。我们也可以像过去一样使用a,以包含内嵌的内容。唯一不能够嵌入到a中的内容,是另外一个a。
reversed 属性
控制有序列表的编号的另一个属性是reversed属性,它将列表的顺序反转,例如,从10开始倒着数。
<代码开始 lang="html">
<ol reversed>
<li>Apples</li>
<li>Oranges</li>
<li>Bananas</li>
</ol>
遗憾的是,当前还没有浏览器支持这一属性。
</代码结束>
其它内容:
编辑推荐
《HTML5参考手册(影印版)(英文版)》由Christopher Schmitt、Kyle Simpson著,内容包括:
·测试浏览器的HTML5支持度,并且使用特定技术来应用不支持的特性
·了解HTML5如何使得Web表单的实现变得更加简单
·服实现本地音频和视频元素的挑战
·学习在ARIA无障碍访问原则下使用HTML5的技术
·探索各种示例,包括在你的应用中使用地理定位数据
·利用绘制图像、使用透明特性、增加渐变色和模式等等
·通过多个不错JavaScript API把HTML5特性带入现实生活中
书籍介绍
《HTML5参考手册(影印版)(英文版)》由Christopher Schmitt、Kyle Simpson著,通过你能够在项目中直接使用的众多实用配方,这本手册可以帮助你赢得HTML5的多个功能的实践经验。从标记语义、Web表单以及音频和视频元素到诸如地理定位和富JavaScript API之类的相关技术,你将应用各种知识来获取解决问题的明确方案。
《HTML5参考手册(影印版)(英文版)》每个内容丰富的配方都包括示例代码和针对方案为何和如何生效的详细讨论。对于中等水平的人来说,这本手册是成长为高级Web和移动互联网开发者的最佳选择,它可以让你选择适合你的HTML5特性——并且帮助你熟悉其余的部分。
网站评分
书籍多样性:8分
书籍信息完全性:9分
网站更新速度:4分
使用便利性:5分
书籍清晰度:8分
书籍格式兼容性:4分
是否包含广告:6分
加载速度:9分
安全性:5分
稳定性:3分
搜索功能:8分
下载便捷性:7分
下载点评
- 下载快(508+)
- 可以购买(582+)
- 体验差(214+)
- 书籍完整(417+)
- 差评(560+)
- 好评多(263+)
- 体验还行(433+)
- 愉快的找书体验(196+)
- 无缺页(322+)
- 超值(646+)
- 体验好(414+)
- 无盗版(545+)
下载评价
- 网友 孙***夏:
中评,比上不足比下有余
- 网友 谭***然:
如果不要钱就好了
- 网友 晏***媛:
够人性化!
- 网友 隗***杉:
挺好的,还好看!支持!快下载吧!
- 网友 谢***灵:
推荐,啥格式都有
- 网友 利***巧:
差评。这个是收费的
- 网友 屠***好:
还行吧。
- 网友 方***旋:
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
- 网友 曹***雯:
为什么许多书都找不到?
- 网友 宫***凡:
一般般,只能说收费的比免费的强不少。
- 网友 苍***如:
什么格式都有的呀。
喜欢"HTML5参考手册:英文 东南大学出版社"的人也看了
TCP/IP路由技术 第2卷 (第2版) 2025 chm pdf kindle rb azw3 下载 115盘
全新正版 税法学与苏州大学9787567238985 【可开发票】 2025 chm pdf kindle rb azw3 下载 115盘
偷星九月天14 2025 chm pdf kindle rb azw3 下载 115盘
别为我担心 几米 海豚出版社【正版】 2025 chm pdf kindle rb azw3 下载 115盘
灵魂另一种舞蹈 同济大学出版社 2025 chm pdf kindle rb azw3 下载 115盘
小公主DIY华美礼服100套——浪漫鲜花与春季下午茶 2025 chm pdf kindle rb azw3 下载 115盘
密斯.凡.德.罗建成作品全集 2025 chm pdf kindle rb azw3 下载 115盘
机械装配基本技能 2025 chm pdf kindle rb azw3 下载 115盘
预售【外图台版】南院胜概 英文版 / editor Fung Ming-chu 故宫博物院 2025 chm pdf kindle rb azw3 下载 115盘
9787511426215 2025 chm pdf kindle rb azw3 下载 115盘
- Franck’s Sonata in A 2025 chm pdf kindle rb azw3 下载 115盘
- 9787544434430 2025 chm pdf kindle rb azw3 下载 115盘
- 建筑装饰构造(第2版) 2025 chm pdf kindle rb azw3 下载 115盘
- 大卫·霍克尼 2025 chm pdf kindle rb azw3 下载 115盘
- 9787513532679 2025 chm pdf kindle rb azw3 下载 115盘
- 9787560855578 2025 chm pdf kindle rb azw3 下载 115盘
- 点击数学(附光盘初探营分册适用23年级) 陈学良 海天 【新华书店正版图书书籍】 2025 chm pdf kindle rb azw3 下载 115盘
- 【预订】The Art Colouring Book 艺术着色书 英文原版涂色书 2025 chm pdf kindle rb azw3 下载 115盘
- 金钱与命运 2025 chm pdf kindle rb azw3 下载 115盘
- 商原理.图解.实例(第4版)/法学/朱羿锟 朱羿锟 著作 2025 chm pdf kindle rb azw3 下载 115盘
书籍真实打分
故事情节:4分
人物塑造:7分
主题深度:5分
文字风格:3分
语言运用:8分
文笔流畅:8分
思想传递:6分
知识深度:3分
知识广度:6分
实用性:7分
章节划分:5分
结构布局:3分
新颖与独特:5分
情感共鸣:7分
引人入胜:4分
现实相关:7分
沉浸感:5分
事实准确性:5分
文化贡献:7分