注冊(cè) | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁(yè)出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)計(jì)算機(jī)組織與體系結(jié)構(gòu)HTML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)

HTML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)

HTML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)

定 價(jià):¥72.00

作 者: [英] 本·弗雷恩 著
出版社: 東南大學(xué)出版社
叢編項(xiàng):
標(biāo) 簽: 暫缺

ISBN: 9787564170721 出版時(shí)間: 2017-04-01 包裝: 平裝
開本: 16開 頁(yè)數(shù): 286 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  Web訪問方式的不斷變化意味著屏幕尺寸和用戶體驗(yàn)永遠(yuǎn)沒有上限,響應(yīng)式Web頁(yè)面使得頁(yè)面內(nèi)容得以適應(yīng)于現(xiàn)在和將來的設(shè)備。學(xué)習(xí)以“響應(yīng)和移動(dòng)優(yōu)先”方法來構(gòu)建網(wǎng)站,使其能夠輕松地呈現(xiàn)在所有的訪問設(shè)備之上。通過大量的示例以及對(duì)于現(xiàn)代流行技術(shù)和語(yǔ)法的詳細(xì)講解,《HTML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)》可以作為一切“響應(yīng)式”實(shí)現(xiàn)的全面參考資料?!禜TML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)》涵蓋了所有前沿的技術(shù)和工具,足以讓你實(shí)現(xiàn)杰出的響應(yīng)式設(shè)計(jì),確保項(xiàng)目能夠經(jīng)受住未來的考驗(yàn)。目標(biāo)讀者你是否正在編寫兩個(gè)網(wǎng)站:一個(gè)用于移動(dòng)設(shè)備,一個(gè)用于大尺寸顯示器?或者你可能已經(jīng)實(shí)現(xiàn)了自己的響應(yīng)式網(wǎng)站(響應(yīng)式Web設(shè)計(jì)),但是正在為如何完善抓耳撓腮?如果是這樣的話,《HTML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)》為你提供了所需要的一切內(nèi)容,可以幫助你的網(wǎng)站更上一層樓。如果已經(jīng)學(xué)習(xí)過HTML和CSS的相關(guān)知識(shí)自然好,其他你所需要的知識(shí)都已經(jīng)盡在書中了。你將從《HTML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)》中學(xué)到什么理解什么是響應(yīng)式設(shè)計(jì),為什么它對(duì)于現(xiàn)代Web開發(fā)至關(guān)重要。學(xué)習(xí)編寫簡(jiǎn)潔、快速、語(yǔ)義化的HTML6標(biāo)記,理解所有新添加的重要元素。如何使用CSS3的媒體查詢?yōu)椴煌脑O(shè)備應(yīng)用不同的樣式,理解CSS4中出現(xiàn)的新型媒體查詢。學(xué)習(xí)如何根據(jù)屏幕尺寸、設(shè)備分辨率或者環(huán)境載入不同的圖像。征服表單!只依靠HTML5標(biāo)記添加表單驗(yàn)證和有用的界面元素(如日期揀選器和范圍滑塊)。在響應(yīng)式設(shè)計(jì)中加入SVG以提供分辨率無關(guān)圖像,并學(xué)習(xí)如何實(shí)現(xiàn)動(dòng)畫效果。

作者簡(jiǎn)介

暫缺《HTML5和CSS3響應(yīng)式頁(yè)面設(shè)計(jì)(第2版 影印版)》作者簡(jiǎn)介

圖書目錄

Preface
Chapter 1: The Essentials of Responsive Web Design
Beginning our quest
Defining responsive web design
Responsive web design in a nutshell
Setting browser support levels
A brief note on tooling and text editors
Our first responsive example
Our basic HTML file
Taming images
Enter media queries
Amending the example for a larger screen
The shortcomings of our example
Summary
Chapter 2: Media Queries - Supporting Differing Viewports
Why media queries are needed for a responsive web design
Basic conditional logic in CSS
Media query syntax
Media queries in link tags
Combining media queries
Media queries with @import
Media queries in CSS
What can media queries test for?
Using media queries to alter a design
Any CSS can be wrapped in a media query
Media queries for HiDPI devices
Considerations for organizing and authoring media queries
Linking to different CSS files with media queries
The practicalities of separating media queries
Nesting media queries 'inline'
Combine media queries or write them where it suits?
The viewport meta tag
Media Queries Level 4
Scripting media feature
Interaction media features
The hover media feature
Environment media features
Summary
Chapter 3: Fluid Layouts and Responsive Images
Converting a fixed pixel design to a fluid proportional layout
Why do we need Flexbox?
Inline block and whitespace
Floats
Table and table-cell
Introducing Flexbox
The bumpy path to Flexbox
Browser support for Flexbox
Leave prefixing to someone else
Getting Flexy
Perfect vertically centered text
Offset items
Reverse the order of items
How about if we want them laid out vertically instead?
Column reverse
Different Flexbox layouts inside different media queries
Inline-flex
Flexbox alignment properties
The align-items property
The align-self property
Possible alignment values
The justify-content property
The flex property
Simple sticky footer
Changing source order
Wrapping up Flexbox
Responsive images
The intrinsic problem of responsive images
Simple resolution switching with srcset
Advanced switching with srcset and sizes
Did you say the browser 'might' pick one image over another?
Art direction with the picture element
Facilitate new-fangled image formats
Summary
Chapter 4: HTML5 for Responsive Web Designs
Chapter 5: CSS3 - Selectors, Typography, Color Modes, and New Features
Chapter 6: Stunning Aesthetics with CSS3
Chapter 7: Using SVGs for Resolution Independence
Chapter 8: Transitions, Transformations, and Animations
Chapter 9: Conquer Forms with HTML5 and CSS3
Chapter 10: Approaching a Responsive Web Design
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)