The Best-Practice Guide to XHTML & CSS
Год : 2007
Автор : Patrick Griffiths
Жанр : WEB Design
Издательство : New Riders
ISBN : 978-0-321-31139-6
Серия : HTML Dog
Язык : Английский
Формат : PDF
Качество : Отсканированные страницы
Количество страниц : 369
Описание : THE BEST WAY to build web pages is with web-standards-compliant HTML and CSS. HTML lays the foundation by structuring the content, and then CSS dolls it up and presents the page. Using them in the right way-with web standards-leads to web pages that are faster, more manageable, more cross-compatible, and more accessible than web pages built any other “old-school” way. This book is designed to take you through these symbiotic languages, explaining how to use them the web-standard way, comprehensively covering the components that make up a web page and the technical details involved in making those components.
chapter 1: Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 HTML Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Elements, Tags, and Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Common Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 The Basic Stnicture of an HTML Document . . . . . . . . . . . . . . . . . . . . . . . . 8 The Generalist Tags-Div and Span . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 CSS Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 17 Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Selectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 23 Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 Applying CSS to HTML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 chapter 2: Structuring Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 Basic Text Elements: Paragraphs, Line Breaks, and Emphasis . . . . . . . . 39 Headings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 Quotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 Abbreviations and Acronyms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 Preformatted Text and Computer Code . . . . . . . . . . . . . . . . . . . . . . . . . . 44 Editorial Insertions and Deletions . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 46 Multilanguage and Bidirectional Text . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Addresses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .48 Color . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 Size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 Line Height . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .53 Bold and Italics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .54 Upper and Lower Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .55 The Font Shorthand Property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .55 Underline and Strikethrough . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .56 Letter and Word Spacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 Indenting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .58 Horizontal Alignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .58 Vertical Alignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .59 More Text Styling Techniques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 chapter 3: Anchor Elements and Hypertext References . . . . . . . . . . . . . .62 Page Anchors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 Link States: Link, Visited, Hover, Focus, and Active . . . . . . . . . . . . . . . . . . . . 65 Accessible Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .67 Tabbing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 Access Keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 Link Titles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..70 Pop-ups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 Adjacent Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .71 Skipping Navigation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .72 chapter 4: The img Element . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .77 Image Maps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .81 Background Images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .82 Image Replacement: Providing Graphical Alternatives for Text . . . . . . . . . . . 88 .............and other
Внимание! AdBlock блокирует показ скриншотов, все вопросы к разработчикам )))
Трекер:
[ 30-Дек-2013 01:03 ]
Скачать .torrent
Размер .torrent файла 13 KB
Внимание!!! Внимание!!! AdBlock блокирует показ некоторых скриншотов. Пожалуйста, все вопросы к разработчкикам
Размер:
42 MB
Хэш (hash) релиза:
3aa11889c4dbe78d22d6311127483dc58125d7c7
Подписка на обновления: