{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

新手学HTML5(第5版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

新手学HTML5(第5版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

关键技术——轻松掌握!《新手学HTML5(第5版)》在上一版的基础上做了全面更新和修订,循序渐进地讲解如何使用HTML以符合标准的方法创建动态网站。《新手学HTML5(第5版)》紧贴实用,介绍新的HTML5特性(如video、audio和canvas元素),讨论如何设计页面结构、添加图片、设置文本格式、创建链接、添加颜色、使用多媒体以及使用表单,分析CSS的用法,并讲解基于JavaScript创建动态Web内容、发布网站、编写HTML电子邮件代码等技术。学习《新手学HTML5(第5版)》后,你将可以利用最新HTML技术构建自己的网站。
Author Description

Wendy Willard是一名设计师、顾问、作家和教师,她拥有17年以上的Web设计和开发经验,曾发表过多篇关于HTML、CSS、Web设计和Photoshop的技术文章。除撰写本书前4个版本外,Wendy还撰写过Web Design: A Beginner’s Guide 第1版和第2版以及其他一些书籍。
Catalogue

第Ⅰ部分 基础知识
第1章 概述
1.1 将Internet视为一种发布信息的媒体
1.1.1 Web站点剖析
1.1.2 Web浏览器
1.1.3 Internet服务提供商
1.2 了解HTML的当前版本
1.3 为网站的受众、目标、结构、内容和导航制定规划
1.3.1 确定目标客户群
1.3.2 设定目标
1.3.3 创建网站结构
1.3.4 组织内容
1.3.5 设计网站的导航
1.4 寻找最适合自己使用的HTML编辑器
1.5 了解使用主流Web浏览器的View Source命令的好处
第2章 文档设置
2.1 创建HTML文件
2.2 在浏览器中预览HTML文件
2.3 描述并应用基本的HTML文档格式
2.3.1 元素的类型
2.3.2 标记的类型
2.3.3 特性
2.3.4 必不可少的标记
2.3.5 大小写问题
2.3.6 引号
2.3.7 标记的嵌套
2.3.8 代码中的空格和换行
2.3.9 标记与标记之间的空格和换行
2.3.10 文本行之间的空格
2.4 用字符实体显示特殊字符
2.5 在HTML文件中添加注释
第3章 设置样式表
3.1 在HTML文件中设置样式表
3.1.1 定义样式
3.1.2 定义属性值
3.1.3 创建样式
3.1.4 理解层叠的含义
3.2 了解在Web开发中引用颜色的方法
3.2.1 十六进制颜色
3.2.2 RGB值和百分比
3.2.3 颜色名称
3.2.4 应该使用哪种方法来引用颜色
3.3 值得注意的新颜色选项
3.3.1 RGBA
3.3.2 不透明度
3.4 指定文档颜色
第4章 使用文本
4.1 确保文本在屏幕上的可读性
4.2 标记文本
4.3 定义文本的样式
4.3.1 字体名称
4.3.2 字体大小
4.3.3 字体颜色
4.3.4 其他字体样式属性
4.4 为文本内容提供打印友好的版本
4.4.1 PDF
4.4.2 专门用于打印机的样式表
4.4.3 设计对打印机友好的页面的技巧
第5章 页面结构
5.1 组织内容区块
5.1.1 确定自然的分块
5.1.2 设置标题
5.1.3 获得灵感
5.2 组织文本
5.2.1 段落
5.2.2 换行符
5.2.3 引用块
5.2.4 Box属性
5.2.5 对齐
第6章 定位页面元素
6.1 理解使用样式表进行页面布局的概念
6.2 创建单栏、居中、流式页面布局
6.2.1 代码剖析
6.2.2 融合
6.2.3 浏览器支持
6.3 创建多栏流式页面布局
6.3.1 代码剖析
6.3.2 融合
6.3.3 浏览器支持
6.4 其他CSS页面布局
6.5 层叠内容
6.6 使用外部样式表
6.6.1 链接到外部样式表
6.6.2 导入外部样式表

第Ⅱ部分 添加内容
第7章 使用链接
7.1 添加指向其他Web页面的链接
7.1.1 绝对链接
7.1.2 相对链接
7.2 添加指向同一Web页面之中其他部分的链接
7.2.1 创建锚点
7.2.2 链接到锚点
7.3 添加电子邮件地址和可下载文件的链接
7.3.1 电子邮件地址
7.3.2 FTP和可下载文件
7.4 识别有效链接
7.5 定义链接的样式
7.5.1 默认的链接颜色
7.5.2 除了颜色之外的其他链接样式
7.6 定制链接:设置Tab键顺序、键盘快捷方式和目标窗口
7.6.1 标题
7.6.2 Tab键顺序
7.6.3 键盘快捷方式
7.6.4 目标窗口
第8章 使用图像
8.1 找到不同的图像源
8.1.1 使用库存图像
8.1.2 创建自己的图片
8.2 常用图形处理软件
8.2.1 Adobe Photoshop和Illustrator
8.2.2 其他图形处理软件
8.3 识别合适的Web图像文件格式
8.3.1 专业术语
8.3.2 GIF
8.3.3 JPEG
8.3.4 PNG
8.3.5 选择最佳的文件格式
8.4 将图像作为Web页面的前景元素
8.5 指定图像的高度和宽度
8.6 为图像提供替换文本和标题
8.7 将图像链接到Web站点上的其他内容
8.7.1 链接整幅图像
8.7.2 链接图像中的区域
8.8 添加图片标题
8.9 为前景图像定义样式
8.9.1 图像边框
8.9.2 浮动
8.9.3 内边距和外边距
8.9.4 居中
8.9.5 综合示例
8.10 使用图像作为Web页面的背景元素
第9章 使用多媒体
9.1 理解Web浏览器如何使用插件
9.1.1 确定已安装的组件
9.1.2 识别文件类型、扩展名和相应插件
9.2 从Web页面中链接到不同类型的媒体
9.3 在Web页面中嵌入不同类型的媒体
9.3.1 从audio和video元素开始
9.3.2 使用特性进行定制
9.3.3 指定音频和视频源
9.3.4 提供回退选项
9.3.5 添加文本轨道
9.3.6 使用embed元素处理非原生多媒体内容
9.4 设置媒体内容的样式
第10章 创建列表
10.1 在Web页面中使用有序列表
10.2 在Web页面中使用无序列表
10.3 在Web页面中使用定义列表
10.4 在Web页面中组合并嵌套多种类型的列表
10.5 定义列表的样式
10.5.1 定制项目符号
10.5.2 定制间距
10.5.3 定制整个列表的布局
第11章 使用表格
11.1 理解在Web页面中使用表格的概念
11.2 创建基本的表格结构
11.2.1 表格结构
11.2.2 单元格的内容
11.3 格式化Web页面中的表格
11.3.1 边框和外边距
11.3.2 宽度和高度
11.3.3 基本对齐方式
11.3.4 表格的颜色
11.3.5 表格的背景图像
11.3.6 表格的标题
11.4 格式化表格单元格中的内容
11.4.1 对齐方式
11.4.2 宽度和高度
11.4.3 单元格的内边距
11.4.4 单元格的颜色
11.4.5 禁止换行
11.4.6 使单元格跨越多列
11.4.7 使单元格跨越多行
11.5 格式化表格的其他技术
11.5.1 行分组
11.5.2 列分组
第12章 创建表单
12.1 理解表单的概念及其在Web页面中的使用
12.2 创建基本表单
12.2.1 文本输入
12.2.2 单选按钮
12.2.3 复选框
12.2.4 日期和时间控件
12.2.5 其他数值输入控件
12.2.6 联系方式
12.2.7 颜色选择器
12.2.8 选择菜单
12.2.9 禁用表单元素
12.2.10 隐藏域
12.2.11 文件上传控件
12.2.12 按钮
12.3 验证表单内容
12.4 表单的处理方法
12.4.1 action特性
12.4.2 method特性和enctype特性
第13章 表单的格式和样式
13.1 在表单中使用表格
13.2 创建对用户更友好的表单
13.2.1 设置Tab顺序和键盘快捷键
13.2.2 使用标签
13.2.3 分组控件
13.2.4 添加数据列表
13.2.5 显示进度条
13.2.6 为用户提供帮助
13.3 表单样式
13.3.1 用样式和Fieldset取代表格布局
13.3.2 为客户端验证设置表单样式
第14章 超越静态HTML
14.1 理解在Web页面中使用JavaScript和HTML5 API的概念
14.1.1 排查JavaScript错误
14.1.2 JavaScript的术语
14.1.3 JavaScript中的逻辑语句
14.2 值得关注的新技术
14.2.1 多任务
14.2.2 存储功能
14.2.3 离线应用
14.2.4 地理定位
14.2.5 canvas
14.3 示例脚本
14.3.1 在页面中添加当前日期和时间
14.3.2 定义新窗口的格式
14.3.3 创建动态导航栏
14.3.4 在地图上显示用户的地理位置
14.4 深入学习

第Ⅲ部分 上 线
第15章 发布网页
15.1 为网站选择可用的域名
15.2 为网站选择最合适的托管类型
15.2.1 个人网站托管
15.2.2 商业网站托管
15.3 准备公开发布网站
15.3.1 更新元数据内容
15.3.2 解决代码问题
15.3.3 验证代码
15.3.4 在移动设备中预览
15.3.5 在其他浏览器中预览
15.4 将网站上传至托管主机
15.4.1 桌面FTP程序
15.4.2 基于Web的FTP
15.5 测试发布站点
15.6 发布推广网站
15.7 正式上线!
第16章 HTML电子邮件
16.1 电子邮件标准项目
16.2 判断HTML电子邮件是否满足个人需求
16.2.1 电子邮件可以帮助更好地沟通
16.2.2 邮件在用户终端的显示是未知的
16.2.3 普通文本邮件更安全更简短
16.2.4 但HTML邮件营销的方式是有效的
16.3 不要发送垃圾邮件
16.3.1 发信给正确的人
16.3.2 总是提供退订邮件的方式
16.3.3 遵守其他FTC规定
16.4 确定完成任务所需的工具
16.4.1 向个人邮件账户发送在线网页
16.4.2 使用邮件服务提供商
16.5 为邮件阅读器(而非Web浏览器)编码
16.5.1 绝对路径
16.5.2 图片
16.5.3 使用表格构建布局
16.5.4 内嵌CSS
16.6 邮件客户端对CSS支持的参考指导
16.7 交互性和HTML邮件中的多媒体
16.7.1 邮件中的视频
16.7.2 Flash
16.7.3 表单
16.8 反复测试

第Ⅳ部分 附 录
附录A 自测题答案
附录B HTML/CSS参考表
附录C 故障排除(FAQ)
附录D 特殊符号
附录E 文件类型

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book