Amethyst

 view release on metacpan or  search on metacpan

factpacks/html.fact  view on Meta::CPAN

example <BGSOUND> => <BGSOUND SRC="URL"> & <BGSOUND SRC="URL"LOOP=n>
html <BGSOUND LOOP> => The optional LOOP attribute will cause the resource to be played n times.
example <BGSOUND LOOP> => <BGSOUND SRC="URL"LOOP=n> LOOP="INFINITE" will cause the resource to be played continuously as long as the page is open.
html <BIG> => <Big Text> The big text tag defines text that should be displayed in a larger font than usual.
example <BIG> => <BIG> text </BIG>
html <BLINK> => The blink tag highlights the text by having it blink on and off.
example <BLINK> => <BLINK> text </BLINK>
html <BLOCKQUOTE> => <BQ> The block quote tag defines text that is quoted from elsewhere. Many browsers (including Netscape) display it in an indented block surrounded by blank lines.
example <BLOCKQUOTE> => <BLOCKQUOTE> text </BLOCKQUOTE>  & <BQ> text </BQ> & <BQ CLEAR = attributes> text </BQ> & <BQ NOWRAP> text </BQ>
html <BQ CLEAR> => In HTML 3.0, the CLEAR attribute is used to position a quote after a graphic: it can be LEFT, RIGHT, or ALL and specifies which margin should be clear. <BQ CLEAR = attributes> text </BQ>
html <BQ NOWRAP> => The NOWRAP attribute stops the browser from wrapping except at a BR tag. <BQ NOWRAP> text </BQ> 
html <BQ> => See: html <BLOCKQUOTE>
html <BODY> => <Body> The body tag introduces the body of the document. It should appear after the head section and occupy the remainder of the document.
example <BODY> => <BODY> document-body </BODY> & See also: <BODY attributes>
html <BODY attributes> => the syntax use to retrive factoids on the attributes of the <BODY> tag, example: <BODY BACKGROUND>
html <BODY BACKGROUND> => The BACKGROUND attribute specifies an image file to use as the background for the page. <BODY BACKGROUND="URL"> document-body </BODY>
html <BODY BGCOLOR> => The BGCOLOR attribute specify the colours to be used for the background. <BODY BGCOLOR="#rrggbb"> document-body </BODY> & <BODY BGCOLOR="colorname"> document-body </BODY>
html <BODY TEXT> => The TEXT attribute specify the colours to be used for the text. <BODY TEXT="#rrggbb"> document-body </BODY> & <BODY TEXT="colorname"> document-body </BODY>
html <BODY LINK> => The LINK attribute specify the colours to be used for the LINK. (An link is active for the moment the user clicks on it, & changes colour to confirm it has been clicked.) See: example <BODY LINK>
example <BODY LINK> => <BODY LINK="#rrggbb"> document-body </BODY> & <BODY LINK="colorname"> document-body </BODY>
html <BODY ALINK> => The ALINK attribute specify the colours to be used for the ALINK. (An link is active for the moment the user clicks on it, & changes colour to confirm it has been clicked.) See: example <BODY ALINK>
example <BODY ALINK> => <BODY ALINK="#rrggbb"> document-body </BODY> & <BODY ALINK="colorname"> document-body </BODY>
html <BODY VLINK> => The VLINK attribute specify the colours to be used for the VLINK. (An link is active for the moment the user clicks on it, & changes colour to confirm it has been clicked.) See: example <BODY VLINK>
example <BODY VLINK> => <BODY VLINK="#rrggbb"> document-body </BODY> & <BODY VLINK="colorname"> document-body </BODY>
html <BODY LEFTMARGIN> => The LEFTMARGIN attribute set the margin at the left of the document, in pixels. <BODY LEFTMARGIN=margin> document-body </BODY>
html <BODY TOPMARGIN> => The TOPMARGIN attributes set the margin at the top of the document, in pixels. <BODY TOPMARGIN=margin> document-body </BODY>
html <BODY BGPROPERTieS> => The BGPROPERTIES attribute causes the background image (set with the BACKGROUND attribute) to remain fixed as the document scrolls: a watermark effect. See: example <BODY BGPROPERTieS>
example <BODY BGPROPERTieS> => <BODY BGPROPERTieS="FIXED"> document-body</BODY>
html <BR> => <Line Break> The line break tag breaks the current line of text. It's not necessary inside a PRE element. There is no </BR> tag.
example <BR> => <BR> & <BR CLEAR> & <BR CLEAR="type">
html <BR CLEAR> => CLEAR attribute type can be LEFT to break until there is nothing to the left, RIGHT for the right side, all for break until both sides are clear & NONE for a normal break.
html <CAPTION> => <Caption> The caption tag defines the caption of a figure or table. It is valid only within FIG or TABLE tags.
example <CAPTION> => <CAPTION> text </CAPTION> & <CAPTION ALIGN=alignment> text </CAPTION> & <CAPTION VALIGN=vertical-alignment> text </CAPTION>
html <CAPTION ALIGN> => The ALIGN attribute arranges for the caption to be at the TOP or BOTTOM of the table or figure. See: <CAPTION ALIGN> 2
html <CAPTION ALIGN> 2 => The ALIGN attribute sets the alignment of the caption within the table or figure border. It can be LEFT, RIGHT, or CENTER.
example <CAPTION ALIGN> => <CAPTION ALIGN=alignment> text </CAPTION>
html <CAPTION VALIGN> => The VALIGN attribute arranges for the caption to be at the TOP or BOTTOM of the table or figure.
example <CAPTION VALIGN> => <CAPTION VALIGN=vertical-alignment> text </CAPTION>
html <CENTER> => <Center> The center tag defines text that should be centered. Example: <CENTER> text</CENTER>
html <CITE> => <Citation> The citation tag defines text that cites a book or other work - most browsers will display it in italics. It can be nested with other idiomatic/typographic tags but some browsers will respect only the innermost tag
example <CITE> => <CITE> text </CITE>
html <CODE> => The code tag defines text that should be shown in a fixed width font. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. See: <CODE> 2
html <CODE> 2 => Many browsers use the same font for the KBD, SAMP, TT & CODE tags. For many lines of fixed width text, with the line breaks and other whitespace specified by the page author, use the <PRE> tag.
example <CODE> => <CODE> text </CODE>
html <COL> => <Table Column> The <COL> tag sets the properties of one table column at a time. Do not use this tag with a COLGROUP element.
example <COL> => <COL> content </COL> & <COL ALIGN=alignment> content </COL> & <COL SPAN=number> content </COL>
html <COL ALIGN> => The ALIGN attribute specifies the text alignment in the cells within the colums. The values for "alignment" are LEFT, MIDDLE & RIGHT and the default is MIDDLE.
example <COL ALIGN> => <COL ALIGN=alignment> content </COL>
example <COL SPAN> => <COL SPAN=number> content </COL>
html <COLGROUP> => <Table Column Group> The COLGROUP tag sets the properties of one or more table columns. ( Attributes = SPAN, WIDTH, HALIGN, VALIGN & ALIGN )
example <COLGROUP> => A few examples: <COLGROUP> column data </COLGROUP> & <COLGROUP ALIGN="align"> column data </COLGROUP> & <COLGROUP WIDTH="width"> column data </COLGROUP>
example <COLGROUP ALIGN> => <COLGROUP ALIGN="align"> column data </COLGROUP>
html <COLGROUP HALIGN> => The HALIGN attribute specifies the horizontal alignment of text in the cells for the column group. The values: LEFT, RIGHT and CENTER (the default.)
example <COLGROUP HALIGN> => <COLGROUP HALIGN="halign"> column data </COLGROUP>
html <COLGROUP VALIGN> => The VALIGN attribute sets the vertical alignment for the column. The values are TOP, MIDDLE (the default,) and BOTTOM.
example <COLGROUP VALIGN> => <COLGROUP VALIGN="valign"> column data </COLGROUP>
html <COLGROUP WIDTH> => The WIDTH attribute specifies the width of each column in the column group.
example <COLGROUP WIDTH> => <COLGROUP WIDTH="width"> column data </COLGROUP>
html <COLGROUP SPAN> => The SPAN attribute sets the number of consecutive columns for the group.
example <COLGROUP SPAN> => <COLGROUP SPAN="number"> column data </COLGROUP>
html <CREDIT> => <Credit> The credit tag defines text that credits a figure or quote. It is valid only within FIG or BQ tags. Example: <CREDIT> text </CREDIT>
html <DEL> => <Deleted Text> The deleted text tag marks text that has been deleted, for example in a group authoring situation or a legal document. Example: <DEL> list entries </DEL>
html <DFN> => <Definition> The definition tag defines text that defines a term -- many browsers will display it in italics, though others will ignore it.
example <DFN> => It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. <DFN> text </DFN>
html <DIR> => <Directory List> The directory list tag introduces a directory list, which is made up of List Item (LI) tags and does not include bullets or numbers before them. See: <DIR> 2, 3 & 4
html <DIR> 2 => The items should be short so that they can be arranged into columns. For a bulleted list use UL.
html <DIR> 3 => For a numbered list use OL. For a list without bullets or numbers that is not arranged into columns use MENU.
html <DIR> 4 => In HTML 3.0, the same effect can be achieved with <UL PLAIN WRAP=HORIZ>. The DIR tag will probably be obsolete some day, so use UL.
example <DIR> => <DIR> list entries </DIR> & <DIR COMPACT> list entries </DIR>
html <DIR COMPACT> => The COMPACT attribute instructs the browser to reduce the space occupied by the list.
example <DIR COMPACT> => <DIR COMPACT> list entries </DIR>
html <DIV> => <Division> The division tag is used to divide a document up into different sections, such as chapters, sections, abstract, and appendix.
example <DIV> => <DIV ALIGN=align> & <DIV CLASS=class> & <DIV CLASS=class NOWRAP> & <DIV =clear> & <DIV =lang>
html <DIV ALIGN> => The ALIGN attribute can be one of LEFT, RIGHT, or CENTER. Example: <DIV ALIGN=align>
html <DIV CLASS> => The CLASS attribute that specifies what section this is. Example: <DIV CLASS=class>
html <DIV NOWRAP> => NOWRAP attribute stops the browser from wrapping except where <BR>'s are included in the document. Example: <DIV CLASS=class NOWRAP>
html <DIV =lang> => Indicates the ISO standard language. Enter the standard abbreviation to indicate the language of the element. ( LANG=iso )   
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.
html <FIG WIDTH> => ( WIDTH=number ) This specifies the width of the image, according to the UNITS attribute.
html <FIG 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. See:<FIG> 2
html <FIG UNITS> 2 => These units are not used for the shape co-ordinates of any anchor tags in the figure.
html <FIG NOFLOW> => Stops text from flowing around the figure.
html <FIG IMAGEMAP> => ( IMAGEMAP="URL" ) Points to a script that handles clicks and drags.
html <SHAPE attribute> => One of: Defualt, Circle ( x, y, r ), Rect ( x, y, w, h ) & Polygon ( x1, y1, x2, y2, ... )
html <FN> => <Footnote> The footnote tag defines a footnote, ideally displayed in a pop-up window. The text that refers to this footnote does so with a standard anchor tag using anchor-name.
example <FN> => <FN ID=anchor-name> text </FN>
html <FONT> => The font tag defines text with a smaller or larger font than usual. The normal font size corresponds to 3; smaller values of number will produce a smaller font, and larger values of number will produce a larger font. See: <FONT> 2
html <FONT> 2 => If number has a sign (for example +1), the font will be changed relative to the BASEFONT.
example <FONT> => <FONT SIZE=number> & <FONT COLOR="#RRGGBB"> & <FONT COLOR="colorname"> & <FONT FACE="facename1, facename2...">
html <FONT COLOR> => The COLOR attribute allows you to change the colour of the text.
example <FONT COLOR> => <FONT COLOR="#RRGGBB"> & <FONT COLOR="colorname">
html <FONT FACE> => The FACE attribute specifies the face to be used, such as Arial or Courier. If multiple names are specified, the first one listed that is installed on the client machine is used.
example <FONT FACE> => <FONT FACE="facename1, facename2...">
html <FORM> => The form tag introduces a form, which is made up of INPUT elements, described in the sections that follow. See: <FORM> 2
html <FORM> 2 => A form may be inside structural HTML tags & may also contain structural tags. Using tables and other elements a form can take on various shapes and looks.
example <FORM> => <FORM ACTION=action base> form tags </FORM> & <FORM METHOD=method> form tags </FORM> & <FORM ENCTYPE=media type> form tags </FORM>
html <FORM ACTION> => The ACTION attribute defaults to the document's base address.
example <FORM ACTION> => <FORM ACTION=action base> form tags </FORM> & <FORM ACTION=action base TARGET="target window name"> form tags </FORM>
html <FORM METHOD> => The METHOD attribute can be GET or POST. GET specifies a query form, used to get data from a server. See: <FORM METHOD> 2
html <FORM METHOD> 2 => POST specifies a form that gives information to the server and perhaps causes a database to be updated or a message to be sent.
example <FORM METHOD> => <FORM METHOD=method> form tags </FORM>
html <FORM ENCTYPE> => See: example <FORM ENCTYPE>
example <FORM ENCTYPE> => <FORM ENCTYPE=media type> form tags </FORM>
html <FORM SCRIPT> => The SCRIPT attribute points to a script to be run. The browser must be able to run the type of script that is specified.
example <FORM SCRIPT> => <FORM SCRIPT=URL> form tags </FORM>
html <FRAME> => The frame tag appears inside the FRAMESET tag and specifies one frame in the frameset.
example <FRAME> => <FRAME attributes>
html <FRAME attributes> => One or all of these: SRC, NAME, MARGINWIDTH, MARGINHEIGHT, SCROLLING, NORESIZE, FRAMEBORDER, FRAMESPACING & ALIGN
html <FRAME SRC> => (SRC="URL") The URL of the source document to be displayed in this frame. If the frame does not specify a source it will be displayed as blank space.
html <FRAME NAME> => (NAME="window name") Here "window name" is the name associated with this frame. It can be used by the TARGET attribute in the A, BASE, AREA, and FORM tags to target this frame.
html <FRAME MARGINWIDTH> => ( MARGINWIDTH=number ) Here number is the left and right margin thickness in pixels.
html <FRAME MARGINHEIGHT> => ( MARGINHEIGHT=number ) Here number is the top and bottom margin thickness in pixels.
html <FRAME SCROLLING> => (SCROLLING=type) Here type is one of yes, no or auto. It specifies if the frame is to have a scroll bar: auto (the default) means the browser will decide.
html <FRAME NORESIZE> => Stops the user from resizing the frame..
html <FRAME FRAMEBORDER> => (FRAMEBORDER=yes/no) Specifies if the border should be displayed.
html <FRAME FRAMESPACING> => (FRAMESPACING=number) Here number is the spacing between frames in pixels.
html <FRAME ALIGN> => (ALIGN = "alignment") One of: LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM.
html <FRAMESET> => The FRAMESET tag replaces the BODY tag in a document and is used to split the documents window into a set of smaller frames. See: html <FRAMESET> 2
html <FRAMESET> 2 => FRAMESET tags can be nested to create more complicated frame layouts. NOFRAME tags can also be placed in a frameset.
example <FRAMESET> => <FRAMESET attributes> frame tags </FRAMESET>
html <FRAMESET attributes> => The attributes for the tag <FRAMESET> are: ROWS & COLS
html <FRAMESET ROWS> => (ROWS="row heights") Here "row heights" specifies a list of values for the rows, each one can be specified as a percentage, a pixel value or as "*". See: html <FRAMESET ROWS> 2
html <FRAMESET ROWS> 2 => The frameset will be split vertically into frames based on these values. Rows with "*"'s in them will have any remaining space split between them.
html <FRAMESET COLS> => (COLS="column widths") Here "column widths" specifies a list of values for the columns. The width of each column can be specified as a percentage, a pixel value or as "*". See: html <FRAMESET COLS> 2
html <FRAMESET COLS> 2 => The frameset will be split into frames based on these values. Columns with a width of "*" will split the space that is not assigned to other columns.
html <H1> => The heading 1 tag defines a level 1 heading. It is typically shown in a very large bold font with several blank lines around it, and is used by automatic indexers to describe a page.
example <H1> => <H1> text </H1> & <H1 ALIGN=alignment > text </H1> & <H1 SRC="URL" > text </H1> & <H1 DINGBAT="entity-name" > text </H1>
html <H1 attributes> => The attributes for the HTML tag <H1> are: ALIGN, SRC, DINGBAT, NOWRAP & CLEAR
html <H1 ALIGN> => The alignment attribute can be LEFT, RIGHT, or CENTER -- it defines the placement of the header on the screen. <H1 ALIGN=alignment > text </H1>
html <H1 SRC> => The SRC attribute identifies a graphic image to be embedded before the header text. <H1 SRC="URL" > text </H1>



( run in 1.525 second using v1.01-cache-2.11-cpan-d8267643d1d )