HTML Tag and Attribute Reference


<b>
    <b> . . . </b>
    Format the enclosed text using bold typeface.



<base>
    <base> . . . </base>
    

Attributes

    href=url
        Specify the base URL.

    target=name
        Define the default target windoe of all <a> links in the document (mostly used for redirecting a link to other frames). There are four special values _blank, _parent, _self, and _top.



<basefont>
    basefont
    Specify the font size for subsequent text.

Attributes

    color=color
        Specify the base font's color

    face=name
        Specify the local font to be used for the base font

    id=name
        Define a name for this tag that is unique to this document.

    name=name
        IE* Specify the local font to be used for the base font.

    size=value
        Set the basefont size from 1 to 7 (required; default is 3).



<bdo>
    <bdo> . . . </bdo>
    Bidirectional override; changes the rendering direction of the enclosed text.

Attributes

    class=name
        Specify a class style controlling the appearance of this tag.

    dir=direction
        Specify the rendering direction for text, either left to right (ltr) or right to left (rtl).

    id=name
        Define a name for this tag that is unique to this document.

    lang=language
        Specify the language used for this tag's contents using a standard two-character ISO language name.

    style=style
        Specify an inline style for this tag.

    title=string
        Specify a title for this tag.



<bgsound>
    <bgsound>
    IE* Define the background audio for this document.

Attributes

    loop=value
        Set the number of times to play the audio; value may be an integer or the value infinite.

    src=url
        Provide the URL of the audio file to be played.



<big>
    <big> . . . </big>
    Format the enclosed text using a bigger typeface.



<blink>
    <blink> . . . </blink>
    N* Cause the enclosed text to blink.



<BLOCKQUOTE>
<BQ>




<BODY>



<BR>



<BUTTON>
<button>

Attributes
accesskey=char
Define the hot-key character for this button.

disabled
Disable the button. Prevent the user from clicking it.

name=name
Specify the name of the parameter to be passed to the form-processing application if the input element is selected.

onblur=applet
Apecify an applet to be run when the mouse moves out of the button

onfocus=applet
Specify the applet to run when the mouse moves over the button.

type=type
specify the button type, either button, submit or reset.

tabindex=n
Specify theis element's position in the tabbing order.

value=string
Specify the value of the parameter sent to the form-processing application if this form element is selected (required).