Appendix A. XHTML 1.1 Module Reference

Similar documents
Name Related Elements Type Default Depr. DTD Comment

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek

HTML: Parsing Library

NAME: name a section of the page TARGET = "_blank" "_parent" "_self" "_top" window name which window the document should go in

HTML: Parsing Library

Index. CSS directive, # (octothorpe), intrapage links, 26

Internet Explorer HTML 4.01 Standards Support Document

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

QUICK REFERENCE GUIDE

Go.Web Style Guide. Oct. 16, Hackensack Ave Hackensack, NJ GoAmerica, Inc. All rights reserved.

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

5-Sep-16 Copyright 2016 by GemTalk Systems LLC 1

Certified HTML Designer VS-1027

Advanced Web Programming C2. Basic Web Technologies

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

Web Technology. HTML & xhtml

JSF - H:INPUTSECRET. Class name of a validator that s created and attached to a component

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

@namespace url( /* set default namespace to HTML */ /* bidi */

Continues the Technical Activities Originated in the WAP Forum

Evaluation of alignment methods for HTML parallel text 1

Certified HTML5 Developer VS-1029

Which of the following is/are a valid value for the type attribute of the input tag? a. text. b. icon. c. reset. d. password

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT

Summary 4/5. (contains info about the html)

UNIT II Dynamic HTML and web designing

Wireframe :: tistory wireframe tistory.

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT.

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

JSF - H:SELECTONERADIO

13.8 How to specify alternate text

HTML 5 Tables and Forms

Deccansoft Software Services

HTML Cheat Sheet for Beginners

HTML. HTML Evolution

Module 2 (III): XHTML

JSF - H:SELECTONEMENU

CPET 499/ITC 250 Web Systems. Topics

"utf-8";

Winwap Technologies Oy. WinWAP Browser. Application Environment

HTML Markup for Accessibility You Never Knew About

XHTML. XHTML stands for EXtensible HyperText Markup Language. XHTML is the next generation of HTML. XHTML is almost identical to HTML 4.

XHTML Mobile Profile. Candidate Version Feb Open Mobile Alliance OMA-TS-XHTMLMP-V1_ C

Symbols INDEX. !important rule, rule, , 146, , rule,

JSF - H:PANELGRID. JSF Tag. Rendered Output. Tag Attributes. The h:panel tag renders an HTML "table" element. Attribute & Description.

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure?

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

MSEP Partner Portal JSON Feed Standards

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

2.1 Origins and Evolution of HTML

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4

!Accessibility Issues Found

Duke Library Website Preliminary Accessibility Assessment

WCAG2-AAA accessibility report for

CS105 Course Reader Appendix A: HTML Reference

HTML and CSS COURSE SYLLABUS

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms.

Chapter 5. Introduction to XHTML: Part 2

CPSC 481: CREATIVE INQUIRY TO WSBF

Introducing Web Tables

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Web Design and Application Development

Designing UI. Mine mine-cetinkaya-rundel

A Brief Introduction to HTML

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

Document Object Model. Overview

2.1 Origins and Evolution of HTML. 2.3 HTML Document Structure

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 2 Introduction to XHTML

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

COMPUTER APPLICATIONS 10. HTML - Structural Tags SECTION-B

Html basics Course Outline

SilkTest 2009 R2. Rules for Object Recognition

INFS 2150 / 7150 Intro to Web Development / HTML Programming

HTML User Interface Controls. Interactive HTML user interfaces. Document Object Model (DOM)

Creating a Web Page with HTML

Silk Test Object Recognition with the Classic Agent

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language)

WCAG2-AA accessibility report for

WCAG2-AA accessibility report for

WCAG2-AA accessibility report for

Table-Based Web Pages

HTML: Fragments, Frames, and Forms. Overview

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language)

Programmazione Web a.a. 2017/2018 HTML5

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings

Advanced HTML Scripting WebGUI Users Conference

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett

1.264 Lecture 12. HTML Introduction to FrontPage

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

XHTML 2.0. W3C Working Draft 22 July Abstract. Status of This Document

Intro to html. --- define every element, attribute, and entity along with the rules for their use

HTML Tags <A></A> <A HREF=" CNN </A> HREF

Announcements. Paper due this Wednesday

Transcription:

Appendix A XHTML 1.1 Module Reference

2 How to Do Everything with HTML & XHTML XHTML 1.1 represents a major step by the W3C in moving away from the often-disorderly world of HTML to the organized and orderly world of XML. In XHTML 1.1, the elements and attributes, which were once listed as deprecated, have been dropped altogether. Gone also is the more forgiving Transitional DTD. Strict compliance and conformity to the standard are now the order of the day. However, in exchange, XHTML now can be extended in a way that HTML couldn t. With a little bit of expertise in XML, you can now create your own elements and attributes or extend existing modules. The tables that follow are taken from the W3C s XHTML Modularization page and list the attribute types, data types, and the modules that make up module-based XHTML. You can find the complete specification at the following URL: www.w3.org/tr/ xhtml-modularization/abstract_modules.html#s_xhtmlmodules. Attribute Groups, Value Types, and Data Types In order to understand the charts of the various modules, you will find it helpful to review the attribute groups, attribute types, and data types developed by the W3C. Otherwise, terms such as PCDATA, Charset, MediaType, and so on may not make much sense. The following charts, taken from the W3C s XHTML Modularization page, list the attribute groups and data types for you. Attribute Groups Rather than list all the applicable attributes for each element, the W3C has compiled them into groups or collections. When you see an element in the module charts, the chart will list both the specific or unique attributes that apply to that element, as well as the attribute groups that can be used with that element. Attribute Group Core Events Style I18N Common Contains These class, id, title onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup style xml:lang Core + Events + Style + I18N Value Types often require a particular type of value. These values and their descriptions are listed in the following table:

XHTML 1.1 Module Reference 3 Value Type Explanation CDATA Character data ID A document-unique identifier IDREF A reference to a document-unique identifier IDREFS A space-separated list of references to document unique identifiers NAME A name with the same character constraints as ID above NMTOKEN A name composed of only name tokens as defined in XML 1.0 NMTOKENS One or more space-separated NMTOKEN values PCDATA Processed character data Data Types Occasionally, you will need to enter a particular kind of data as an attribute value. These data types and their descriptions are listed in the following table: Data Type Character Charset Charsets Color ContentType ContentTypes Coords Datetime FPI FrameTarget LanguageCode Length LinkTypes MediaDesc MultiLength MultiLengths Explanation A single character A character encoding A space-separated list of character encodings Either a hexadecimal number (prefixed by a hash mark) or one of the sixteen color names A media type A comma-separated list of media types A comma-separated list of coordinates to use in defining areas Date and time information A character string representing an SGML Formal Public Identifier Frame name used as destination for results of certain actions A language code A value in pixels or percentage of the available horizontal or vertical space A space-separated list of link types, including Alternate, Stylesheet, Start, Next, Prev, Contents, Index, Glossary, Copyright, Chapter, Section, Subsection, Appendix, Help, Bookmark A comma-separated list of media descriptors, including screen, tty, tv, projection, handheld, print, braille, aural, all A length or a relative length A comma separated list of items of the type, MultiLength

4 How to Do Everything with HTML & XHTML Data Type Number Pixels Script Shape Text URI URIs Explanation One or more digits An integer representing the number of pixels on the screen (or paper) The content of the <script> element and the value of intrinsic event attributes The shape of a region Textual data, generally intended to be human-readable A Uniform Resource Identifier (formerly referred to as URL, Uniform Resource Locator) A space-separated list of Uniform Resource Identifiers XHTML 1.1 Modules Even if you are not particularly interested in writing strict XHTML 1.1 documents at this point, you are likely to find the concept of XHTML modules very helpful in learning how to work with XHTML markup. In the past, HTML charts generally listed elements alphabetically, leaving you to search through a long list to find the element you need. Then trying to figure out which elements and attributes worked together was an adventure all its own. With modules, elements that have related functions are grouped together. Also, attributes have been collected into easyto-understand groups as well. XHTML Core Modules The following tables list the basic or core XHTML modules. These modules must be present in any document type that is an XHTML document. The core modules include the Structure, Text, Hypertext, and List modules. The Structure Module The Structure module contains the elements that define the major portions of an XHTML document. This module contains the following elements and attributes: body common (heading block list) head I18N, profile(uri) title html I18N, version, xmlns (URI="http://www.w3.org/ 1999/xhtml") head, body title I18N PCDATA

XHTML 1.1 Module Reference 5 The Text Module The Text module contains the basic elements used for working with text. Use the elements of this module to define headings, paragraphs, and so on. The following table lists the elements and attributes for the Text module: Element Minimal Content Model abbr Common (PCDATA Inline) acronym Common (PCDATA Inline) address Common (PCDATA Inline) blockquote Common, cite (URI) (PCDATA Heading Block List) br Core cite Common (PCDATA Inline) code Common (PCDATA Inline) dfn Common (PCDATA Inline) div Common (PCDATA Flow) em Common (PCDATA Inline) h1 Common (PCDATA Inline) h2 Common (PCDATA Inline) h3 Common (PCDATA Inline) h4 Common (PCDATA Inline) h5 Common (PCDATA Inline) h6 Common (PCDATA Inline) kbd Common (PCDATA Inline) p Common (PCDATA Inline) pre Common (PCDATA Inline) xml:space="preserve" q Common, cite (URI) (PCDATA Inline) samp Common (PCDATA Inline) span Common (PCDATA Inline) strong Common (PCDATA Inline) var Common (PCDATA Inline)

6 How to Do Everything with HTML & XHTML The Hypertext Module The Hypertext module contains the element necessary for creating hyperlinks between documents. The following table contains the Hypertext module: a Common, accesskey (Character), charset (Charset), href (URI), hreflang (LanguageCode), rel (LinkTypes), rev (LinkTypes), tabindex (Number), type (ContentType) Minimal Content Model (PCDATA Inline -a) The List Module The List Module is made up of the elements necessary for creating ordered, unordered, and definition lists. The following table contains the List module: dl Common (dt dd)+ dt Common (PCDATA Inline)* dd Common (PCDATA Flow)* ol Common li+ ul Common li+ li Common (PCDATA Flow)* Applet Module (deprecated) The Applet module has been deprecated in favor of the Object module. The Applet module contains the elements necessary for embedding external applications in a document. The following table lists the elements and attributes of the Applet module: applet param Core alt (Text), archive (CDATA), code (CDATA), codebase (URI), height* (Length), object (CDATA), width* (Length) id (ID), name* (CDATA), type (ContentType), value (CDATA), valuetype ("data"* "ref" "object") Minimal Content Model (PCDATA Flow param)* Text Extension Modules This group of modules contains elements and attributes that also are used with text. The modules in this group include the Presentation module, the Edit module, and the Bidirectional module.

XHTML 1.1 Module Reference 7 Presentation Module The elements and attributes of the Presentation module affect the visual appearance of the text for example: bold, italicized, and underlined text elements. The following table lists the elements and attributes of the presentation module: Minimal Content Model b Common (PCDATA Inline)* big Common (PCDATA Inline)* hr Common i Common (PCDATA Inline)* small Common (PCDATA Inline)* sub Common (PCDATA Inline)* sup Common (PCDATA Inline)* tt Common (PCDATA Inline)* The Edit Module The elements and attributes that make up the Edit module are used when editing a document. These elements enable an author to indicate deleted and inserted text. The following table lists the Edit module s elements and attributes: Del Common, cite (URI), datetime (Datetime) (PCDATA Flow)* Ins Common, cite (URI), datetime (Datetime) (PCDATA Flow)* The Bidirectional Text Module The Bidirectional Text module contains an element that can be used to specify the direction of text (Example: "ltr" = left-to-right). The Bi-Di Override, <bdo>, element is the single element making up this module. Element Minimal Content Model Bdo Core, dir ("ltr" "rtl") (PCDATA Inline)* Forms Modules Forms modules contain the elements and attributes necessary for creating XHTML forms. There are two modules in this group: the Basic Forms Module, which is a scaled-down version of the second, the Forms module.

8 How to Do Everything with HTML & XHTML Basic Forms Module The Basic Forms module includes a limited number of form elements. This is for use with XHTML Basic in creating content for alternative technologies (wireless, PDAs, and so on). The following table contains the elements of the Basic Forms module: Form Common, action (URI), method ("get" (Heading List Block -form)+ "post")enctype (ContentType) Input Common, accesskey (Character), checked ("checked"), maxlength (Number), name (CDATA), size (Number), src (URI), tabindex (Number), type ("text"* "password" "checkbox" "radio" "submit" "reset" "hidden"), value (CDATA) Label Common, accesskey (Character), for (IDREF) (PCDATA Inline - label)* Select Common, multiple ("multiple"), name, size, tabindex option+ Option Common,selected ("selected"), value (CDATA) PCDATA Textarea Common, accesskey (Character), cols* (Number), name (CDATA), rows* (Number), tabindex (Number) PCDATA Forms Module The Forms module contains all the elements and attributes that were part of the HTML 4.0 specification. Listed in the following table are the elements that comprise the Forms module: form Common, accept (ContentTypes), accept-charset (Charsets), action (URI), method("get" "post"), enctype (ContentType) (Heading List Block-form fieldset)+ input select option Common, accept (ContentTypes), accesskey (Character), alt (Text), checked ("checked"), disabled ("disabled"), maxlength (Number), name (CDATA), readonly ("readonly"), size (Number), src (URI), tabindex (Number), type ("text "password" "checkbox" "button" "radio" "subm it" "reset" "file" "hidden" "image"), value (CDATA) Common, disabled("disabled"), multiple("multiple"), name (CDATA), size (Number), tabindex (Number) Common, disabled("disabled"), label (Text), selected("selected"), value (CDATA) (optgroup option)+ PCDATA

XHTML 1.1 Module Reference 9 textarea Common, accesskey (Character), cols* (Number), disabled("disabled"), name (CDATA), readonly("readonly"), rows*(number), tabindex (Number) PCDATA button Common, accesskey (Character), disabled("disabled"), name (CDATA), tabindex (Number), type("button" "submit" "reset"), value (CDATA) (PCDATA Heading List Block-Form Inline - Formctrl)* fieldset Common (PCDATA legend Flow) label Common, accesskey (Character), for (IDREF) (PCDATA Inline-label)* legend Common, accesskey (Character) (PCDATA Inline) optgroup Common, disabled("disabled"), label* (Text) option+ Tables Modules The Tables module group contains the Basic Tables module and the Tables module. The Basic module is a scaled-down version of the full Table module. Basic Tables Module The Basic Tables module includes a limited number of table-related elements. The Basic Tables module is presented in the following table: Caption Common (PCDATA Inline)* Table Common, summary (Text), width (Length) caption? tr Td Common, abbr (Text), align("left" "center" "right"), axis (CDATA), colspan (Number), headers (IDREFS), rowspan(number), scope("row" "col"), valign("top" "middle" "bottom") (PCDATA Flow-table)* Th Tr Common, abbr (Text), align("left" "center" "right"), axis (CDATA), colspan (Number), headers (IDREFS), rowspan (Number), scope("row" "col"), valign("top" "middle" "bottom") Common, align("left" "center" "right"), valign("top" "middle" "bottom") (PCDATA Flow-table)* (td th)

10 How to Do Everything with HTML & XHTML Tables Module The elements of the Tables module include markup that makes tables more accessible to nonvisual browsers. The following table lists the elements and attributes that are part of the Tables module: caption Common (PCDATA Inline)* table Common, border (Pixels), cellpadding (Length), cellspacing (Length), datapagesize (CDATA), frame("void" "above" "below" "hsides" "lhs" "rhs" "vsides" "box" "border"), rules("none" "groups" "rows" "cols" "all"), summary (Text), width (Length) caption?,(col* colgroup*), ((thead?, tfoot?, tbody+) (tr+)) td th tr col colgroup tbody thead tfoot Common, abbr (Text), align("left" "center" "right" "justify" "char"), axis (CDATA), char (Character), charoff (Length), colspan (Number), headers (IDREFS), rowspan (Number), scope("row" "col" "rowgroup" "colgroup"), valign("top" "middle" "bottom" "baseline") Common, abbr (Text), align("left" "center" "right" "justify" "char"), axis (CDATA), char (Character), charoff (Length), colspan (Number), headers (IDREFS), rowspan (Number), scope ("row" "col" "rowgroup", valign("top" "middle" "bottom" "baseline") Common, align("left" "center" "right" "justify" "char"), char (Character), charoff (Length), valign("top" "middle" "bottom" "baseline") Common, align("left" "center" "right" "justify" "char"), char (Character), charoff (Length), span (Number), valign("top" "middle" "bottom" "baseline"), width (MultiLength) Common, align("left" "center" "right" "justify" "char"), char (Character), charoff (Length), span (Number), valign("top" "middle" "bottom" "baseline"), width (MultiLength) Common, align("left" "center" "right" "justify" "char"), char (Character), charoff (Length), valign("top" "middle" "bottom" "baseline") Common, align("left" "center" "right" "justify" "char"), char (Character), charoff (Length), valign("top" "middle" "bottom" "baseline") Common, align("left" "center" "right" "justify" "char"), char (Character), charoff (Length), valign("top" "middle" "bottom" "baseline") (PCDATA Flow)* (PCDATA Flow)* (td th)+ col* tr+ tr+ tr+

XHTML 1.1 Module Reference 11 The Image Module The Image module enables the document author to embed images and can also be used with client-side image maps. The elements and attributes comprising the Image module are listed in the following table: img Common, alt (Text), height (Length), longdesc (URI), src (URI), width (Length) Client-Side Image Map Module The Client-Side Image Map module is made up of elements necessary for creating client-side image maps. This module must work in conjunction with either the Image module or another module that supports the <img> element. The elements of the Client-Side Image Map module are included in the following table: a& area coords (CDATA), shape("rect" "circle" "poly" "default") Common, accesskey (Character), alt* (Text), coords (CDATA), href (URI), nohref("nohref"), shape("rect" "circle" "poly" "default"), tabindex (Number) Minimal Content Model n/a img& usemap (IDREF) n/a input& usemap(idref) n/a map I18N, Events, class (NMTOKEN), id* (ID), title (CDATA) ((Heading Block) area) object& usemap (IDREF) Only when the Object module is included. Server-Side Image Map Module The Server-Side Image Map module is necessary if you prefer to keep your image map coordinates on the server rather than on the client s machine. This module also requires that the Image module or another module that supports the <img> element be used in conjunction with it. The following table lists the element of the Server-Side Image Map module: img& ismap("ismap") n/a input& ismap("ismap") n/a

12 How to Do Everything with HTML & XHTML The Object Module The Object module can be used to insert objects such as Java Applets, audio, video, and even images in a page. In fact, when XHTML 2.0 is fully implemented, the <img /> element will be removed in favor of <object>. This module also will replace the <applet> and <embed> elements. object Common, archive (URI), classid (URI), codebase (URI), codetype (ContentType), data (URI), declare("declare"), height (Length), name (CDATA), standby (Text), tabindex (Number), type (ContentType), width (Length) (PCDATA Flow param)* param id (ID), name* (CDATA), type (ContentType), value (CDATA), valuetype("data" "ref" "object") The Frames Module This module includes the elements necessary for creating framesets and frames pages. The following table lists the elements of the Frames module: frameset Core, cols (MultiLength), rows (MultiLength) (frameset frame), noframes? frame Core, frameborder("1" "0"), longdesc (URI), marginheight (Pixels), marginwidth (Pixels), noresize("noresize"), scrolling("yes" "no" "auto"), src (URI) noframes Common body The Target Module The Target module works alongside the Frames module. Because it is possible with frames to specify a destination target, this module provides the elements necessary to accomplish this. The following table lists the elements of the Target module: Elements a& area& base& link& form& target (CDATA) target (CDATA) target (CDATA) target (CDATA) target (CDATA)

XHTML 1.1 Module Reference 13 The Iframe Module The Iframe module is used for creating inline frames. Only a single element, <iframe >, is included in this module. The table that follows includes the element and attributes of the Iframe module: Iframe Core, frameborder("1" "0"), height (Length), longdesc (URI), marginheight (Pixels), marginwidth (Pixels), scrolling("yes" "no" "auto"), src (URI), width (Length) Minimal Content Model (PCDATA Flow) The Intrinsic Events Module The Intrinsic Events module includes attributes that enable certain things to happen when a user performs a particular action. The attributes of this module are listed in the following table: Elements a& area& frameset& form& body& label& input& select& textarea& button& onblur (Script), onfocus (Script) onblur(script), onfocus (Script) onload (Script), onunload (Script) onreset (Script), onsubmit (Script) onload (Script), onunload (Script) onblur (Script), onfocus (Script) onblur (Script), onchange (Script), onfocus (Script), onselect (Script) onblur (Script), onchange (Script), onfocus onblur (Script), onchange (Script), onfocus (Script), onselect (Script) onblur (Script), onfocus (Script) The Metainformation Module The Metainformation module includes the <meta /> element, enabling the document author to provide descriptive information about the document. The following table lists the element and attributes of the Metainformation module: meta I18N, content, http-equiv, name, scheme

14 How to Do Everything with HTML & XHTML The Scripting Module The Scripting module includes elements necessary for including scripts on a page and also for providing alternate content for those browsers that do not support scripts. Included in the following table are the elements and attributes of the Scripting module: noscript Common (Heading List Block) script charset (Charset), defer("defer"), src (URI), type (ContentType), xml:space="preserve" PCDATA The Style Sheet Module The Style Sheet module is for embedding style sheets in a document. This module includes only the <style> element. Style I18N, media (MediaDesc), title (Text), type (ContentType), xml:space="preserve" Minimal Content Model PCDATA The Link Module The Link module is used to link a document to external resources. For example, the <link> element can be used to link to an external style sheet or script. This module is not used for creating hypertext links. For that, you need the Hypertext module. The following table lists the element and attributes of the Link module: link Common, charset (Charset), href (URI), hreflang (LanguageCode), media (MediaDesc), rel (LinkTypes), rev (LinkTypes), type (ContentType) Minimal Content Model The Base Module The Base module is used to specify a URI that can be used as a base or reference point for relative URIs in a document. This module includes only the <base /> element. The following table lists the element and attribute of the Base module: base href*(uri)

XHTML 1.1 Module Reference 15 The Name Identification Module (Deprecated) Although the name attribute has been deprecated in favor of id, there may be occasions when a document needs to include both. The Name Identification module has been created to address that need. The following table lists the elements and attributes of the Name Identification module: Elements Notes a& name (CDATA) applet& name (CDATA) When the Applet module is selected form& name (CDATA) When the Forms or Basic Forms module is selected frame& name (CDATA) When the Frames module is selected iframe& name (CDATA) When the Iframe module is selected img& name (CDATA) When the Image module is selected map& name (CDATA) When the Client-side Image Map module is selected. The Legacy Module The Legacy module might also be called the History module. It includes the elements and attributes that were deprecated in HTML 4.01 and XHTML 1.0. These modules exist for informational purposes. The elements and attributes contained in them should not be used. Legacy Module Elements The following table lists the elements that were deprecated in HTML 4.01 and XHTML 1.0. These elements have been dropped altogether in XHTML 1.1. basefont color (Color), face (CDATA), id (ID), size (CDATA) center Common (PCDATA Flow)* dir Common, compact("compact") (li)+ font Core, I18N, color (Color), face (PCDATA Inline)* (CDATA), size (CDATA) isindex Core, I18N, prompt (Text) menu Common, compact("compact") (li)+ s Common (PCDATA Inline)* strike Common (PCDATA Inline)* u Common (PCDATA Inline)*

16 How to Do Everything with HTML & XHTML Legacy Module The following table lists attributes that have either been deprecated altogether, or have been deprecated for use with the listed elements. As with the Legacy module elements, document author should not use these attributes. They have been dropped from XHTML 1.1. body& br& caption& div& dl& h1-h6& hr& alink (Color), background (URI), bgcolor (Color), link (Color), text (Color), vlink (Color) clear ("left" "all" "right" "none") align ("top" "bottom" "left" "right") align ("top" "bottom" "left" "right") compact ("compact"), type (CDATA) align ("left" "center" "right" "justify") align ("left" "center" "right" "justify"), noshade ("noshade"), size (Pixels), width (Pixels) Notes img& align ("left" "center" "right" "justify"), border (Pixels), hspace (Pixels), vspace (Pixels) input& align ("top" "middle" "bottom" "left" "right") When the Basic Forms or Forms module is selected legend& align ("left" "center" "right" "justify") When the Forms module is selected li& type (CDATA), value (Number) ol& compact("compact"), start (Number), type (CDATA) p& align(left" "center" "right" "justify") pre& width(number) script& language(cdata) When the Scripting module is selected table& align("left" "center" "right"), bgcolor(color) When the Tables module is selected tr& bgcolor(color) When the Tables module is selected th& td ul& bgcolor(color), height(pixels), nowrap("nowrap"), width(length) bgcolor(color), height(length) nowrap("nowrap"), width(pixels) compact("compact"), type(cdata) When the Tables module is selected When the Tables module is selected