Amethyst
view release on metacpan or search on metacpan
factpacks/html.fact view on Meta::CPAN
html <DL> => The definition list tag introduces a definition list or glossary, which is made up of term (DT) and definition (DD) items. The </DT> and </DD> tags are optional. See: <DL> 2
html <DL> 2 => Typically the definitions are indented under each term, with no blank lines around them. A list heading (LH) may be included before the first definition term.
example <DL> => <DL> list entries </DL> & <DL COMPACT> list entries </DL> & <DT> term & <DD> definition
html <DL COMPACT> => If COMPACT was specified (and the terms are short) the terms and definitions are on the same line. Do not use multiple DD elements for the same DT -- instead use BR within the DD.
example <DL COMPACT> => <DL COMPACT> list entries </DL>
html <DT> => <Definition Term> See: <DL>
html <DD> => <Definition Definition> Do not use multiple DD elements for the same DT -- instead use BR within the DD. See: <DL>
html <EM> => <Emphasized> The emphasized tag defines text that should be emphasized -- most browsers will display it in italics. See: <EM> 2
html <EM> 2 => It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag.
example <EM> => <EM> text </EM>
html <EMBED> => The embed element is used to embed a plugin into a document. The OBJECT tag can also be used to embed objects. See also: <EMBED attributes>
html <EMBED attributes> => SCR, HEIGHT, WIDTH, UNITS, NAME, OPTIONAL PARAMETER & PALETTE
example <EMBED> => <EMBED attributes> alternate HTML </EMBED>
html <EMBED SCR> => ( SRC="URL" ) "URL" identifies the location of the object to be embedded.
html <EMBED HEIGHT> => ( HEIGHT=number ) This specifies the height of the object, according to the UNITS attribute.
html <EMBED WIDTH> => ( WIDTH=number ) This specifies the width of the object, according to the UNITS attribute.
html <EMBED UNITS> => ( UNITS=units ) Here units is one of pixels, meaning the width and height are measured in pixels, or en, meaning the width and height are measured in en spaces.
html <EMBED NAME> => ( NAME=text ) This indicates the name used by other objects or elements to refer to this object.
html <EMBED OPTIONAL PARAMETER> => ("OPTIONAL PARAMETER"=value) This specifies any parameters that are specific to the object. Put the name of the parameter in place of "OPTIONAL PARAMETER".
html <EMBED PALETTE> => ( PALETTE=#rgb|#rgb ) Sets the foreground or background color. The first colour is the foreground.
html <FIG> => <Figure> The figure element is an improvement over the inline image used in HTML 2.0 for a variety of reasons. See: <FIG> 2, 3, & 4
html <FIG> 2 => The text used to describe the figure for non-graphical browsers can contain markup tags & a separate credit and caption will be displayed by both graphical and non-graphical browsers
html <FIG> 3 => It also makes imagemaps much easier to code & independent of the server. (See the OBJECT and MAP tags for an alternate to this tag)
html <FIG> 4 => At the moment it isn't clear whether the built-in image maps of FIG or the client-side image maps of IMG with a USEMAP attribute will emerge as the long term alternative to server side image maps.
example <FIG> => <FIG attributes> figure-content </FIG>
html <FIG attributes> => The attributes for the <FIG> tag: SRC, ALIGN, HEIGHT, WIDTH, UNITS, NOFLOW & IMAGEMAP
html <FIG SRC> => ( SRC="URL" ) "URL" identifies the image source, typically a GIF or JPEG file.
html <FIG ALIGN> => (ALIGN="alignment") "alignment" should be one of TOP, MIDDLE, or BOTTOM. This causes the top, middle, or bottom of the image to be aligned with the text on the line containing the IMG tag. See: <FIG ALIGN> 2
html <FIG ALIGN> 2 => For Netscape: "alignment" should be one of LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM.
html <FIG HEIGHT> => ( HEIGHT=number ) This specifies the height of the image, according to the UNITS attribute.
( run in 2.083 seconds using v1.01-cache-2.11-cpan-71847e10f99 )