Html, Xhtml & Css: Visual Quickstart Guide (Html for the World Wide Web)

Cover image : Html, Xhtml & Css: Visual Quickstart Guide (Html for the World Wide Web)

商品情報

ASIN
0321430840
発売日
2006-08-18
Amazon.co.jp(Japan)の商品情報
Html, Xhtml & Css: Visual Quickstart Guide (Html for the World Wide Web)
Amazon.com(USA)の商品情報
HTML, XHTML, and CSS, Sixth Edition (Visual Quickstart Guide)
Amazon.de(Germany)の商品情報
HTML, XHTML and CSS: Visual QuickStart Guide (Visual QuickStart Guides)
Amazon.fr(France)の商品情報
Html, Xhtml & Css: Visual Quickstart Guide
Amazon.co.ukの商品情報
HTML for the World Wide Web: with XHTML and CSS: With XHTML and CSS (Visual QuickStart Guides)
EAN
9780321430847
ページ数
456ページ
制作者
Elizabeth Castro
商品種別 ( Product Group )
Book - ペーパーバック
レーベル ( Label )
Peachpit Pr

タイトルに含まれるキーワード一覧

[Css] [Gu] [Gui] [Qu] [Qui] [Vis] [Visual] [Web] [World] [al] [ar] [art] [ck] [de] [eb] [for] [he] [ht] [html] [id] [is] [ml] [or] [rt] [ss] [st] [sta] [star] [start] [ta] [tar] [th] [the] [ui]

Amazon.co.jpの情報による類似商品

「この商品を買った人はこんな商品も買っています」より

Amazon.comの情報による類似商品

「この商品を買った人はこんな商品も買っています」より

Amazon.deの情報による類似商品

「この商品を買った人はこんな商品も買っています」より

Amazon.co.ukの情報による類似商品

「この商品を買った人はこんな商品も買っています」より

Amazonのエディトリアルレビューより

Amazon.co.jp
   DreamweaverやGoLiveといった強力なツールを使いこなすウェブデザイナーであっても、HTMLの知識は必須だろう。World Wide Webコンソーシアムは今までのHTMLをXHTML 1.0という名称で、XMLのサブセットとして以前よりも厳格な文法で再定義した。標準から除かれたタグは「推奨されない」タグとされ、これらは現行のブラウザで利用できるものの将来のブラウザとの互換性を確保したり、アクセシビリティ要求を満たすためにはXHTMLを理解して使いこなせなければならない。 エリザベス・カストロによる本書は、既にHTMLを熟知している読者のみならず、初心者にも理解しやすいものとなっている。本書を読めば、専用のエディタを買わなくても、スタイリッシュかつ技術的に洗練されたサイトデザインを簡単に作れるようになるはずだ。

   本書で取り上げられているトピックとして、比較的新しい構造化タグの解説(doctypeやdiv)、XHTMLで変更された古いタグを正しく使う方法(pやimg)、フォーマットをスタイルシートで行うようなXHTMLの記述方法、カスケーディングスタイルシート(CSS)の書き方、テーブル・フレーム・フォーム・マルチメディア・一部のJavaScript(mouseOverなど)の使い方、モバイル端末向けのWML、デバッグ方法、サイトの出版および広報の方法などがあげられる。

   Visual QuickStart Guideシリーズの常として、丁寧な解説付きのイラストやキャプチャ画面および詳しい解説とともに一つひとつの手順が示され、ソースコードとその結果のページの両方が掲載されている。索引は非常に充実しており、リファレンスとしての価値も十分だ。

   充実したリファレンスには欠かせない付録も見逃せない。タグと属性を網羅したリストは、どれが推奨されないか、ブラウザ依存であるか、どのページに詳しく解説されているかがわかりやすく示されている。CSSのプロパティや値に関しても同様のリストが用意されており、WWWページ作成手法の今後を考えると、このリストだけでも本書を入手する価値はある。ほかにも、内部イベント、Unicodeシンボルや文字、古くなってしまったWeb-safeのカラーリファレンスパレット以外の色も含むカラーチャートなどがある。すべてのウェブ制作者が持つべき1冊といえるだろう。(Angelynn Grant, Amazon.com)

Product Description
Need to learn HTML fast? This best-selling reference's visual format and step-by-step, task-based instructions will have you up and running with HTML in no time. In this completely updated edition of our best-selling guide to HTML, Web expert and best-selling author Elizabeth Castro uses crystal-clear instructions and friendly prose to introduce you to all of today's HTML and XHTML essentials. You’ll learn how to design, structure, and format your Web site. You'll create and use images, links, styles, lists, tables, frames, and forms, and you'll add sound and movies to your site. Finally, you will test and debug your site, and publish it to the Web. Along the way, you'll find extensive coverage of CSS techniques, current browsers (Opera, Safari, Firefox), creating pages for the mobile Web, and more.

Visual QuickStart Guide--the quick and easy way to learn!
  • Easy visual approach uses pictures to guide you through HTML and show you what to do.
  • Concise steps and explanations get you up and running in no time.
  • Page for page, the best content and value around.
  • Companion Web site at www.cookwood.com/html offers examples, a lively question-and-answer area, updates, and more.
Amazon.com Review
It's important for anyone who creates Web sites--even those who rely on powerful editors like Dreamweaver or GoLive--to know HTML. The World Wide Web Consortium rewrote HTML as a subset of XML (dubbing it "XHTML 1.0") and the allowable code will eventually be stricter. Tags that are being phased out are labeled "deprecated"--current browsers can still handle them, but if you want your site to keep up with future browsers, not to mention conform to accessibility requirements, you will want to get on top of XHTML.

Of course, Elizabeth Castro manages to write books that not only speak to those who are already fluent in HTML, but are good for newbies too. She makes it a breeze to create sites that are visually stylish and technically sophisticated without the expense of buying an editor.

Among the topics covered in her new book, HTML for the World Wide Web with XHTML and CSS: using the (relatively newer) structural tags (like doctype and div); correctly using older tags (like p and img) that have been modified in XHTML; writing XHTML so that formatting is done by the style sheets; writing those style sheets (cascading style sheets, a.k.a. "CSS"); creating a variety of layouts; and dealing with tables, frames, forms, multimedia, a bit of JavaScript (including mouseovers), WML (for mobile device displays), debugging, publishing, and publicizing your site.

As with all Visual QuickStart Guides, this one features clear and concise instructions side by side with well-captioned illustrations and screen shots that show both the source code and the resulting effect on the Web page. The index is extremely detailed, making this a great reference.

Also great for reference are the outstanding appendices. The first is an extensive list of tags and attributes, indicating which are deprecated and/or proprietary and on which page they are discussed. A similar appendix shows CSS properties and values; given the future of Web coding, this chart alone is worth the price of the book. Other handy charts cover intrinsic events, symbols and character Unicodes, and an expanded color chart that goes way beyond the virtually archaic Web-safe palette. All of which makes this a definite must-have for every Web designer's bookshelf. --Angelynn Grant


アマゾンコム(Amazon)のASINでの商品情報を横断表示 / #もの書きWiki - 書店 / キーワード一覧 - 書店 / 電網工房・匠