HTML Tag and Attribute Reference
<EM>
Emphasized
<EM>
text
</EM>
The emphasized tag defines text that should be emphasized -- most browsers will display it in italics. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag.
<EMBED>
<EMBED
attributes
>
alternate HTML
</EMBED>
The embed element is used to embed a plugin into a document. The
OBJECT
tag can also be used to embed objects. The
attributes
of
EMBED
are:
SRC="
URL
"
"
URL
"
identifies the location of the object to be embedded.
HEIGHT=
number
This specifies the height of the object, according to the
UNITS
attribute.
WIDTH=
number
This specifies the width of the object, according to the
UNITS
attribute.
UNITS=units
Here
units
is one of pixels, meaning the width and height are measured in pixels, or meaning the width and height are measured in en spaces.
NAME=
text
This indicates the name used by other objects or elements to refer to this object.
"OPTIONAL PARAMETER"=
value
This specifies any parameters that are specific to the object. Put the name of the parameter in place of
"OPTIONAL PARAMETER"
.
PALETTE=#
rrggbb
|#
rrggbb
Sets the foreground or background color. The first color is the foreground. Go
here
for a list of color codes.