spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / authoring / languages / xhtml / beginning / chap13
Developer News
Eclipse Helios Update Brings New PHP Tools
Internet Explorer 9 Ups Standards Support
JBoss Portal 5 Release Easier to Use

Beginning XHTML

Beginning XHTML book cover The below articles are from Chapter 13 of the Wrox Press book Beginning XHTML. Beginning XHTML covers media types, CSS2 and, of course, therelationship of both to XHTML.

Different Media Types

The World Wide Web is a wonderful thing: computers all over the world - connected together - sharing documents and multimedia. In recent years, the World Wide Web has begun to grow beyond this comfy computer-based family of devices. The Web is now accessible on mobile phones, handheld digital assistants, and televisions.

This phenomenon has placed a considerable burden on content authors. No longer can they write their documents with expectations on how that content will be displayed. Each of these new devices represents a quite different medium from the computer: the physical characteristics of the devices are different, the relationship between the device and the user is different, and the cost of using the device is different.

Until recently, authors had little choice but to author or re-author their content with each device in mind. With the advent of Cascading Style Sheets (CSS) and something called 'media types,' this began to change.

In this chapter, we will learn how to use CSS and media types to tailor our documents to different devices.

In this chapter we will cover the following:

  • What media types are and why we need them
  • What the role of Cascading Style Sheets is in supporting media types
  • How to associate style sheets with different media types
  • How to use @media rules and @import rules
  • The differences between media types and strategies for handling them
  • The future of style sheets in XML

First, we will define media types and try to understand why they are important.

home / authoring / languages / xhtml / beginning / chap13

Copyright 1999 Wrox Press Ltd. and

webref The latest from WebReference.com Browse >
Flashmaps' DynamicLocator: Interactive Maps for Small Areas · Flashmaps' AreaSelector: Interactive Maps for Wide Areas · The DB Mapper: Interactive Street-level Maps of U.S. and Canada
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
MS Access and MySQL · Cisco AutoQoS: VoIP QoS for Mere Mortals · While VoIP Adoption Explodes in Enterprise, Carrier Spending Lags


Created: March 27, 2001
Revised: March 27, 2001

URL: http://webreference.com/authoring/languages/beginning/chap13/