{{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

零基础学编程:零基础学HTML+CSS(第3版 附11.5小时多媒体教学视频)

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

零基础学编程:零基础学HTML+CSS(第3版 附11.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

《零基础学编程:零基础学HTML+CSS(第3版)》站在零基础学习的角度,以通俗易懂的语言,结合丰富多彩的实例,来帮助初学者学习和掌握HTML语言和CSS样式设计。本书列举了大量的小型实例、综合实例,并包含3个项目案例,内容详尽、实例丰富、叙述清晰。本书主要分为四篇:第一篇为第1~9章,讲解了网页文字、字体、表格、段落、超级链接、图像、表单、框架、多媒体等技术;第二篇为第10~11章,对DIV+CSS的语法和相关属性进行了详细的解释和说明;第三篇为第12~20章,详细介绍了CSS的字体、文本、背景、边框、定位、列表、选择符等知识点;最后一篇为第21~24章,包括实战案例和实战面试,先通过3个案例介绍了网页的设计思路,然后通过面试题考查读者所学。本书适合作为中、高等学校师生以及各种网页设计培训班的教材或参考书,同时也可供网站建设专业人士参考使用。

Catalogue

前言
第一篇 HTML基础知识
第1章 认识HTML语言
1.1 HTML与网页
1.1.1 认识HTML语言
1.1.2 静态网页
1.1.3 动态网页
1.2 HTML标记的组成
1.2.1 单标记
1.2.2 双标记
1.3 创建第一张网页
1.4 浏览HTML的浏览器兼容
1.5 编写HTML的工具
1.5.1 Aptana代码提示工具
1.5.2 Dreamweaver网页开发工具
1.6 小结
1.7 习题
第2章 常用HTML标记和格式
2.1 设置正文的标题
2.1.1 标题设置的语法
2.1.2 标题设置经典案例--字号由大到小
2.2 设置段落
2.2.1 段落标记
2.2.2 段落中的空格
2.2.3 强制换行
2.3 给代码添加注释
2.4 文字的修饰
2.4.1 粗体与斜体
2.4.2 下划线与删除线
2.4.3 上标与下标
2.5 HTML标记和格式实例
2.5.1 标题用h1
2.5.2 设置每一行为一段落
2.5.3 粗体和删除线
2.5.4 加上化学元素和数学平方根
2.6 小结
2.7 习题
第3章 字体标记
3.1 设置字体大小
3.2 设置字体颜色
3.3 设置标题字体样式
3.3.1 设置标题的字体大小
3.3.2 设置字体的大小和颜色
3.4 物理字体和逻辑字体
3.4.1 物理字体
3.4.2 逻辑字体
3.5 字体标记实例
3.5.1 插入字体
3.5.2 将字体颜色设置为红色
3.5.3 将文字设置为标题h1
3.5.4 将文字设置为斜体并加删除线
3.5.5 设置字体为
3.6 小结
3.7 习题
第4章 文字布局
4.1 行的控制
4.1.1 换行控制
4.1.2 不换行控制
4.2 文字对齐
4.3 段落设置
4.4 列表
4.4.1 无序列表
4.4.2 有序列表
4.5 用其他方式修饰文本
4.5.1 欲格式化文本
4.5.2 计算机输出格式
4.6 文字布局实例
4.6.1 设置文字换行与不换行
4.6.2 设置文字对齐
4.6.3 显示列表
4.6.4 在网页中显示源代码
4.7 制作滚动文字
4.7.1 设置文字滚动
4.7.2 设置文字滚动的方向
4.7.3 设置文字滚动的速度和形式
4.8 小结
4.9 习题
第5章 图像和链接
5.1 图像的基本语法
5.1.1 在网页中插入图像
5.1.2 图像无法显示时的提示信息
5.1.3 控制图像的大小
5.2 图像和文字对齐
5.3 图像的边框
5.4 图像映射图
5.5 图像的应用实例
5.5.1 在网页上引入图像标记
5.5.2 设置图像参数alt
5.5.3 给图像设置超链接
5.5.4 设置图像的边框
5.5.5 设置文本与图像对齐
5.5.6 设置图像的映射图
5.6 文字链接
5.6.1 最简单的文字链接
5.6.2 超链接网页的打开方式
5.6.3 链接的注释
5.7 图片链接
5.8 锚点链接
5.9 邮箱地址链接
5.10 相对路径与绝对路径
5.10.1 相对路径
5.10.2 绝对路径
5.11 链接应用实例
5.11.1 在网页中做文字链接
5.11.2 给图片设置超链接
5.11.3 设置锚点链接
5.11.4 邮箱链接
5.12 小结
5.13 习题
第6章 表单
6.1 表单概述
6.1.1 表单的用途
6.1.2 表单的结构
6.1.3 表单的基本语法
6.1.4 表单的数据传递方式
6.2 文本框和密码框
6.2.1 文本框
6.2.2 密码框
6.3 单选框和复选框
6.3.1 单选框
6.3.2 复选框
6.4 下拉列表与文本域
6.4.1 下拉列表
6.4.2 文本域
6.5 按钮
6.6 图像域、文件域和隐藏域
6.7 表单实例
6.7.1 插入表单
6.7.2 添加文本框和密码框
6.7.3 添加单选框和复选框
6.7.4 添加下拉列表和文本域
6.7.5 在表单中添加提交按钮
6.8 小结
6.9 习题
第7章 表格
7.1 页面中的表格
7.1.1 表格的外观
7.1.2 表格的基本语法
7.2 跨多行、多列表元
7.2.1 跨多行表元
7.2.2 跨多列表元
7.3 设置表格大小
7.3.1 设置表格边框
7.3.2 设置表格高度和宽度
7.4 表格内文字对齐
7.5 表格在网页中对齐
7.6 表格实例
7.6.1 表格中嵌入表格
7.6.2 设置跨行和跨列
7.7 小结
7.8 习题
第8章 框架
8.1 用框架灵活地组织网页
8.1.1 框架在网站中的作用
8.1.2 框架的结构分析
8.1.3 框架的基本语法
8.2 框架分栏
8.2.1 框架垂直分栏
8.2.2 框架水平分栏
8.3 框架的常用属性
8.3.1 设置不可调节框架大小
8.3.2 浏览器不支持框架
8.3.3 设置框架边框
8.3.4 设置滚动条
8.4 框架链接
8.4.1 导航框架
8.4.2 内联框架
8.5 框架实例
8.5.1 在网页中插入框架
8.5.2 设置框架的滚动条和边框
8.5.3 设置不支持框架文字
8.5.4 设置框架导航链接
8.6 小结
8.7 习题
第9章 网页中的动态图文和多媒体
9.1 移动属性的基本语法
9.2 文字的移动
9.3 图片的移动
9.4 设置对象的移动
9.4.1 文本移动的方向
9.4.2 文本的滚动循环
9.4.3 文本的移动速度
9.4.4 应用文本的全部移动标记
9.5 移动实例--电影结束效果
9.6 网页多媒体
9.6.1 网页多媒体的基本语法
9.6.2 设置自动播放
9.6.3 设置多媒体循环播放
9.6.4 设置面板的隐藏
9.6.5 设置面板的大小
9.6.6 设置对齐方式
9.7 网页多媒体实例--在网页中播放视频
9.7.1 引入视频文件
9.7.2 设置多媒体为非自动播放
9.7.3 设置多媒体无循环播放
9.7.4 设置控制面板的大小
9.8 小结
9.9 习题
第二篇 DIV+CSS布局
第10章 用DIV布局
10.1 DIV与TABLE布局比较
10.1.1 DIV简介
10.1.2 DIV与TABLE的区别
10.2 如何用DIV布局
10.2.1 设置DIV选择符
10.2.2 设置CSS修饰DIV效果
10.2.3 设置DIV的背景颜色
10.3 使用DIV注意事项
10.4 认识SPAN
10.4.1 设置DIV选择符
10.4.2 何时用SPAN
10.5 DIV与SPAN的区别
10.5.1 默认宽度不同
10.5.2 块元素与行内元素
10.6 DIV与SPAN实例--多层布局
10.7 小结
10.8 习题
第11章 DIV与CSS结合
11.1 用CSS控制DIV
11.2 CSS文件链接
11.2.1 内联定义
11.2.2 链接内部CSS
11.2.3 链接外部CSS
11.3 DIV+CSS布局实例
11.3.1 确定布局
11.3.2 定义body样式
11.3.3 定义主要的DIV
11.3.4 设置层居中
11.4 小结
11.5 习题
第三篇 CSS部分
第12章 CSS的基础知识
12.1 CSS简介
12.2 CSS文件链接方式
12.3 选择符
12.4 伪类
12.5 注解
12.6 单位
12.7 编写CSS的工具
12.7.1 打开CSS工具软件
12.7.2 新建CSS文件
12.7.3 另存为CSS文件
12.7.4 打开Aptana工具
12.7.5 在菜单栏中新建CSS文件
12.8 CSS与浏览器的兼容性
12.9 CSS基础实例
12.9.1 在Aptana中新建网页
12.9.2 在Aptana中新建CSS文件
12.9.3 链接CSS文件到HTML页面中
12.9.4 用不同的浏览器测试页面
12.10 小结
12.11 习题
第13章 字体设置和文本设置
13.1 文字的字体
13.1.1 字体的复合属性
13.1.2 字体颜色
13.1.3 字体大小
13.1.4 字体重量
13.1.5 字体类型
13.2 行距
13.3 设置文本间距与间隔
13.3.1 文本间距
13.3.2 文本间隔
13.4 字体实例--字体花样
13.4.1 加入字体名字
13.4.2 加入CSS控制字体
13.4.3 设置行距
13.4.4 设置文本间隔
13.5 字母大小写转换
13.6 文本修饰
13.7 空格处理方式
13.8 设置文本垂直与水平对齐
13.8.1 文本垂直对齐
13.8.2 文本水平对齐
13.9 文本缩进
13.10 文本设置--给段落设置缩进
13.10.1 对DIV布局
13.10.2 设置文本首行缩进
13.11 小结
13.12 习题
第14章 设置背景和尺寸
14.1 背景的基本语法
14.2 设置背景颜色
14.3 设置背景图像
14.3.1 设置背景图像滚动
14.3.2 设置背景图像的位置
14.3.3 设置背景图像的铺排
14.4 背景实例
14.4.1 设置层背景为绿色
14.4.2 设置层背景图像
14.4.3 设置背景为不铺排
14.4.4 设置背景图像位置
14.5 设置尺寸
14.5.1 设置宽度
14.5.2 设置高度
14.6 尺寸实例--设置层居中
14.6.1 尺寸实例手把手
14.6.2 设置层居中
14.7 小结
14.8 习题
第15章 设置外边距和内边距
15.1 外边距的基本语法
15.2 外边距的四边设置
15.2.1 顶端外边距的用法
15.2.2 右端外边距的用法
15.2.3 底端外边距的用法
15.2.4 左端外边距的用法
15.3 外边距实例--设置层与层的距离
15.3.1 层与层的距离效果
15.3.2 对层布局
15.3.3 设置层的尺寸
15.3.4 设置层漂移
15.3.5 设置层与层之间的间隔
15.4 内边距的基本语法
15.5 内边距的四边属性
15.5.1 顶端内边距的用法
15.5.2 右端内边距的用法
15.5.3 底端内边距的用法
15.5.4 左端内边距的用法
15.6 内边距实例
15.6.1 设置顶部内边距
15.6.2 设置其他位置的内边距
15.6.3 用复合属性padding设置内边距
15.7 小结
15.8 习题
第16章 设置对象边框
16.1 边框的基本语法
16.2 边框颜色
16.3 边框样式
16.4 边框宽度
16.5 对象的四个边框
16.5.1 设置顶端边框的属性
16.5.2 设置右端边框的属性
16.5.3 设置底端边框的属性
16.5.4 设置左端边框的属性
16.6 边框实例--多层边框
16.6.1 设置单层边框
16.6.2 设置多层边框
16.7 小结
16.8 习题
第17章 定位
17.1 定位的基本语法
17.2 设置对象的层叠顺序
17.3 设置对象的边框位置
17.4 定位实例--圆角制作
17.4.1 相对定位实例
17.4.2 绝对定位实例
17.4.3 实例--圆角制作
17.5 小结
17.6 习题
第18章 用CSS控制列表和表格
18.1 列表的基本语法
18.2 设置列表的图像
18.3 设置列表的文本排列
18.4 列表的预设标记
18.5 列表实例
18.5.1 设置列表图像文字内显示
18.5.2 设置列表样式为空心圆
18.5.3 设置文本外自定义列表图像
18.6 控制表格的基本语法
18.7 设置表格边框独立或合并
18.8 设置表格布局的算法
18.9 CSS控制表格实例
18.9.1 布局好表格
18.9.2 表格边框独立和合并
18.9.3 设置表格算法为自动和固定
18.10 小结
18.11 习题
第19章 滚动条和布局
19.1 滚动条
19.1.1 滚动条的基本语法
19.1.2 设置滚动条亮边框颜色
19.1.3 设置3D界面亮边颜色和表面颜色
19.1.4 设置滚动条方向箭头颜色
19.1.5 设置滚动条3D界面暗边颜色和暗边框颜色
19.1.6 设置滚动条基准颜色和拖动区域颜色
19.2 层的漂移
19.2.1 设置层的漂移
19.2.2 清除层的漂移范围
19.3 设置层的可视区域
19.4 内容超过层大小时
19.5 鼠标指针的不同表示
19.6 设置对象可见性
19.6.1 设置对象是否隐藏
19.6.2 设置对象是否显示
19.7 小结
19.8 习题
第20章 选择符
20.1 通配选择符
20.2 类型选择符
20.3 包含选择符
20.4 布局常用选择符
20.4.1 ID选择符
20.4.2 类选择符
20.5 分组选择符
20.6 伪类
20.7 伪类的四种状态
20.7.1 访问链接的状态
20.7.2 鼠标光标置于其上的状态
20.7.3 获得焦点的状态
20.7.4 访问过后的状态
20.8 CSS中的单位
20.8.1 长度单位
20.8.2 颜色单位
20.9 小结
20.10 习题
第四篇 实践部分
第21章 游戏网站布局
21.1 网站主页规划
21.2 用DIV+CSS布局
21.2.1 实现页面头部
21.2.2 实现中间部分
21.2.3 实现页面底部
21.3 加入文字
21.4 调整全页面的兼容性
21.5 小结
第22章 企业网站布局
22.1 企业主页规划
22.2 对网页布局
22.2.1 将页面用DIV布局出框图
22.2.2 用CSS实现页面头部
22.2.3 用CSS实现页面体
22.3 添加文本等信息
22.4 调整全页面和浏览器兼容
22.5 其他二级页面模块制作
22.6 小结
第23章 博客主要页面布局
23.1 博客网站主页规划
23.1.1 分析主页需求
23.1.2 确定内容模块
23.1.3 画出效果图
23.2 用DIV布局框图
23.2.1 页眉
23.2.2 实现内容模块
23.2.3 页脚
23.3 CSS实现框图
23.3.1 实现内容模块
23.3.2 实现整页效果
23.4 添加图片
23.5 加入文字
23.6 调整全页面
23.7 其他页面布局
23.8 小结
第24章 面试题
面试题1 DIV与SPAN的区别
面试题2 HTML的框架是什么
面试题3 CSS引入的方式有哪些
面试题4 前端页面有哪三层构成,各层的作用是什么
面试题5 常见的浏览器的内核有哪些
面试题6 img元素的alt text属性和title属性有什么不同
面试题7 document.body和document.documentElement有什么不同
面试题8 XHTML和DHTML有什么区别
面试题9 写出实现效果所需的CSS代码
面试题10 写出一段左边固定、右边随电脑屏幕浮动而变动的HTML+CSS代码
面试题11 写一段两个DIV交叉重叠的CSS样式
面试题12 怎样使一个层垂直居中位于浏览器中
面试题13 Firefox嵌套DIV标签居中问题的处理方法
面试题14 用纯CSS实现带下拉菜单的二级横向导航菜单
面试题15 在网页制作中为什么要使用CSS技术
面试题16 CSS+DIV开发Web页面的优势有哪些
面试题17 实现两列高度自适应的CSS代码

Introduction

现在市面上许多可视化的网页编辑工具都达到了“所见即所得”的效果,这些图形化的开发工具可以直接编辑网页,而不用书写麻烦的标记。这使得用户在没有HTML语言基础的情况下,照样可以编写网页。这是网页图形编辑工具最大的优点,但也是它们最大的缺点。由于受到图形编辑工具自身的约束,将产生大量的垃圾代码。因为图形工具默认满足一般的网页设计需求,这样当生成网页元素时,就会生成该元素的所有属性代码,从而增加许多不必要的代码。所以一名明智的网页开发人员应该在掌握网页图形编辑工具的基础上进一步学会HTML语言,从而知道哪些是垃圾代码,如何消除无用的代码,进而快速制作出高质量的网页。本书特色
本书系统全面地介绍HTML语言的知识,先从简单HTML语法人手,让读者对网页的信息展现有一个初步的了解,接着引入DIV+CSs的相关知识,让读者明白网页元素是如何布局的,最后通过3个案例的讲解,来巩固和加深前面学过的知识。
本书的特点主要体现在以下几个方面。
本书的编排采用循序渐进的方式,每章主题鲜明、要点突出,适合初级读者逐步掌握HTML的语法规则和设计思想。
本书的每一个知识点都配有一个范例,读者可容易地将代码复制到自己的机器上进行实验,自行实践和演练,直观体会所讲要点,感受使用HTML语言编写一张网页。本书的所有例子、源代码都附在随书光盘中,方便读者使用。
本书的每一章最后都有一个涉及该章知识的综合案例,该案例是对该章知识的总结、复习和提高,从而让读者对相关知识点理解得更深刻,这也是本书的一大亮点。
本书代码简洁、思路清晰、内容全面,兼顾HTML语言的所有知识点。
本书结合编者多年的HTML语言编写和网页设计经验,特别标注出易出错的技术点或初学者易误解的细节,同时对查错和调试页面给出指导思想,这样读者在学习中可少走弯路,加快学习进度。
本书内容
本书共分为四篇,共24章,先从HTML语言的基础知识讲起,使读者初步了解HTML语言的语法和网页生成。如果将编写HTML语言比作盖房子,第一篇的基础知识就相当于砖瓦水泥。
……



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