A.16 Miscellaneous Tags^605
Table A.34tag attributes (continued)
Attribute Value Usage
controller "true", "false" Optional. Indicates whether the media control
console will display. Used with QuickTime.
controls "console", "smallconsole",
"playbutton", "pausebutton",
"stopbutton", "volumelever"
Configures the appearance of the media control
console.
height Number of pixels Configures the height of the media control
console.
hidden "true" Hides the default media console.
loop Numeric value or "true"for continuous play
(may not be uniformly supported)
Repeats the media file.
pluginspage URL Optional. Location of download page for
plug-in.
src Valid file name, name of media file (required) Provides the name of the file to be played.
type A valid MIME type such as "audio/mpeg",
"audio/wav", and so on
Optional; specifies the MIME type of the media file.
width Number of pixels Configures the width of media control console.
The <noembed>Ta g
<noembed></noembed>
The <noembed>tag is not part of the W3C XHTML 1.0 specification but it is included
here because it was often used in the past. The <noembed>tag is a container tag. It can
appear after an <embed />tag to provide alternate content that may be used by
browsers or assistive technologies such as screen readers.
The Comment Tag
<!--your comment goes here -->
The comment tag is special in that anything between the opening <!--and the closing
-->is considered to be a comment and is ignored by the browser. This tag can be used
to document and describe XHTML.