没有合适的资源?快使用搜索试试~ 我知道了~
HTML5 and CSS3, Illustrated Complete(2nd) 无水印pdf
5星 · 超过95%的资源 需积分: 10 44 下载量 134 浏览量
2017-10-11
21:05:05
上传
评论
收藏 107.94MB PDF 举报
温馨提示
HTML5 and CSS3, Illustrated Complete(2nd) 英文无水印pdf 第2版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
资源推荐
资源详情
资源评论
Every 2-page lesson in this book now contains a green
Learning Outcomes box
that states the learning goals for
that lesson.
• What is a learning outcome? A learning outcome states what a student is expected to
know or be able to do after completing a lesson. Each learning outcome is skills-based or
knowledge-based and is measurable. Learning outcomes map to learning activities and
assessments.
• How do students benefit from learning outcomes? Learning outcomes tell students
exactly what skills and knowledge they are accountable for learning in that lesson. This helps
students study more efficiently and effectively and makes them more active learners.
• How do instructors benefit from learning outcomes? Learning outcomes provide
clear, measurable, skills-based learning goals that map to various high-quality learning
activities and assessments. A Learning Outcomes Map, available for each unit in this
book, maps every learning outcome to the learning activities and assessments.
New! Learning Outcomes
Learning
Outcomes
• Locate a custom
font online
• Add a link
element for a
custom font
• Add a custom font
to a font stack
HTML5 and CSS3
Complete
ILLUSTRATED Second Edition
Sasha Vodnik
Australia • Brazil • Mexico • Singapore • United Kingdom • United States
© VikaSuh/Shutterstock.com
© Cengage Learning
Google product screenshots © Google and Microsoft product
scr
eenshots © Microsoft Corporation
WCN:
ALL RIGHTS RESERVED. No part of this work covered by the copyright
herein may be reproduced, transmitted, stored or used in any form or by
any means graphic, electronic, or mechanical, including but not limited to
photocopying, recording, scanning, digitizing, taping, Web distribution,
information networks, or information storage and retrieval systems, except
as permitted under Section or of the United States Copyright
Act, without the prior written permission of the publisher.
HTML and CSS—Illustrated Complete
Second Edition
Sasha Vodnik
Product Director: Kathleen McMahon
Product Team Manager: Kristin McNary
Senior Product Manager: Jim Gish
Senior Director of Development: Marah Bellegarde
Product Development Manager: Leigh Hefferon
Senior Content Developer: Marjorie Hunt
Product Assistant: Abigail Pufpaff
Marketing Director: Michele McTighe
Senior Marketing Manager: Eric La Scola
Manufacturing Planner: Fola Orekoya
Developmental Editor: Pamela Conrad
Full Service Project Management: GEX Publishing
Services
Proofreader: Gail Marks
Indexer: Alexandra Nickerson
QA Manuscript Reviewers: Danielle Shaw,
JeffSchwartz, and John Freitas
Cover Designer: GEX Publishing Services
Cover Artist: GEX Publishing Services
Cover image: © VikaSuh/Shutterstock.com
Composition: GEX Publishing Services
Printed in the United States of America
Print Number: 01 Print Year: 2015
For product information and technology assistance, contact us at
CengageLearningCustomer &
S
ales Support,
---
For permission to use material from this text or product, submit all
requestsonlineatwww.cengage.com/permissions
Further
permissions
q
uestionscan be emailed to
permissionrequest@cengage.com
Library of Congress Control Number:2015945493
ISBN: 978-1-305-39404-9
Cengage Learning
Channel Center Street
Boston, MA
USA
Cengage Learning is a leading provider of customized learning solutions
with employees residing in nearly 40 different countries and sales in more
than countries around the world. Find your localrepresentative at
www.cengage.com
Cengage Learning products are represented in Canada by
Nelson Education, Ltd.
For your course and learning solutions, visit www.cengage.com
Purchase any of our products at your local college store or at our
preferred online store www.cengagebrain.com
The websites featured in this book are fictional. Names, characters,
businesses, places, are either the products of the author’s imagination or
used in a fictitious manner. Any resemblance to actual websites, places, or
people is purely coincidental.
Trademarks:
Some of the product names and company names used in this book have
been used for identification purposes only and may be trademarks or
registered trademarks of their respective manufacturers and sellers.
BRIEF CONTENTS iii
Brief Contents
Preface ....................................................................................................................................xii
HTML5 & CSS3
Unit A: Getting Started with HTML ........................................................................................................ 1
Unit B: Structuring Content in a Web Document .................................................................................. 27
Unit C: Getting Started with CSS .......................................................................................................... 55
Unit D: Laying Out Elements With CSS ................................................................................................. 83
Unit E: Formatting Text with CSS ....................................................................................................... 109
Unit F: Inserting and Working with Links ............................................................................................ 139
Unit G: Inserting and Working with Images ........................................................................................ 169
Unit H: Organizing Content with Lists and Tables ............................................................................... 201
Unit I: Implementing Responsive Design ............................................................................................ 233
Unit J: Creating and Processing Web Forms ........................................................................................ 263
Unit K: Creating Visual Effects and Animation ..................................................................................... 295
Unit L: Incorporating Video andAudio ............................................................................................... 323
Unit M: Programming Web Pages with JavaScript ............................................................................... 351
Unit N: Integrating Social Media ......................................................................................................... 379
Unit O: Optimizing Your Website for Search Engines .......................................................................... 405
Unit P: Testing and Improving Performance ....................................................................................... 431
Appendix
Appendix A: HTML Elements ..............................................................................................Appendix A-1
Appendix B: CSS Properties ................................................................................................ Appendix B-
1
Appendix C: Uploading Files to a Web Server ................................................................................Online
Glossary ................................................................................................................................... Glossary 1
Index ............................................................................................................................................ Index 7
iv ContentS
Preface ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������xii
HTML5 & CSS3
Unit A: Getting Started with HTML ....................................................................................................... 1
Define a Project Plan ������������������������������������������������������������������������������������������������������������������������ 2
Deciding how much to charge
Create Wireframes and a Storyboard �����������������������������������������������������������������������������������������������
4
Creating a website from a template
Create an HTML Document
�������������������������������������������������������������������������������������������������������������
6
Using other web page creation software
Understanding the difference between HTML and XHTML
Set Up the Document Head andBody
���������������������������������������������������������������������������������������������
8
Describing nesting relationships
Add T
ext to a Web Page ������������������������������������������������������������������������������������������������������������������
10
Understanding the complementar
y roles of HTML and CSS
Add a Comment to a Web Document �������������������������������������������������������������������������������������������
12
Understanding single-line and multi-line comments
Preview Your Web Page on a Desktop Computer ��������������������������������������������������������������������������
14
Understanding the effect of browser extensions on page rendering
Understanding why browsers display web pages differently
Configure Web Server Software
������������������������������������������������������������������������������������������������������ 16
Understanding web ser
vers
Preview Your Web Page on Mobile Devices �����������������������������������������������������������������������������������
18
T
esting web documents on mobile devices
Practice
�������������������������������������������������������������������������������������������������������������������������������������������
20
Unit B: Structuring Content in a Web Document ............................................................................... 27
Evaluate Web Accessibility Standards �������������������������������������������������������������������������������������������� 28
Understanding your role in web accessibility
Incorporate Attributes ��������������������������������������������������������������������������������������������������������������������
30
Implement the
div Element ���������������������������������������������������������������������������������������������������������� 32
W
riting for the web
Add HTML5 Semantic Elements ����������������������������������������������������������������������������������������������������
34
Use Special Characters ������������������������������������������������������������������������������������������������������������������� 36
Finding codes for other characters
Contents
剩余497页未读,继续阅读
资源评论
- 蒙蒙雨2018-04-29还是可以的!!
yinkaisheng-nj
- 粉丝: 764
- 资源: 6231
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Delphi 12 控件之Unit-EchartsMapNew.pas
- delphi 12 控件之Dart-Products-Incl-Keygen-Patch-v1.0.0.6-By-DFoX.rar
- 开发工具+JDK+corretto-1.8.0-422.zip
- 晶体管的分类,由浅入深
- JAVAssm+bootstrap的零食商城源码数据库 MySQL源码类型 WebForm
- 前端vue+前端koa,全栈式开发bilibili首页.zip
- PHP在线文档管理系统源码数据库 MySQL源码类型 WebForm
- BAY06_0072_20241129_024710_114.cfg
- 基于Javaweb的用户笔记管理系统
- 基于SpringBoot+Vue的超市管理系统
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功