HTML and CSS Reference
In-Depth Information
<param id="param1" name="Movie" value="SplashLogo.swf" />
<param id="param2" name="Play" value="True" />
</object>
Compatibility
HTML 3.2, 4, 4.01, 5
XHTML 1.0, 1.1, Basic
Firefox 1+, Internet Explorer 3+,
Netscape 4+, Opera 5+, Safari 1+
Notes
• The HTML 3.2 specification supports only the name and value attributes for this
element.
• As an empty element under XHTML or when using XML-style syntax for HTML5, a
trailing slash is required for this element: <param /> .
<plaintext> (Plain Text)
This deprecated element from the HTML 2.0 specification renders the enclosed text as plain
text and forces the browser to ignore any enclosed HTML. Typically, information affected by
the <plaintext> tag is rendered in monospaced font. This element is no longer part of the
HTML standard and should never be used.
Syntax (HTML 2; Deprecated Under HTML 4)
<plaintext>
Attributes Defined by Internet Explorer
accesskey="key" (5.5)
class="class name(s)" (4)
contenteditable="false | true | inherit" (5.5)
disabled="false | true" (5.5)
dir="ltr | rtl" (4)
hidefocus="true | false" (5.5)
id="unique alphanumeric identifier" (4)
lang="language code" (4)
language="javascript | jscript | vbs | vbscript" (4)
style="style information" (4)
tabindex="number" (5.5)
title="advisory text" (4)
Example
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title> Plaintext Example </title></head>
<body>
The rest of this file is in plain text.
<plaintext>
Even though this is supposed to be <b> bold </b>, the tags still show.
There is no way to turn plain text off once it is on. </plaintext>
does nothing to help. Even </body> and </html> will show up.
Search WWH ::




Custom Search