| |
<B>
|
|
| |
Indicates text that should appear in boldface.
EXAMPLE: The bold word is <B>in bold font.</B>
|
|
| |
|
|
| |
|
|
| |
<BASE>
|
|
| |
Identifies the location where all relative URLs in your document originate.
EXAMPLE: <BASE HREF="http://www.orginal-base.co.uk">
|
|
| |
|
|
| |
|
|
| |
<BASEFONT>
|
|
| |
Provides a font setting for normal text within a document. Font settings within the document are relative to settings specified with this tag. Use this tag in the document header (between the <HEAD> tags).
EXAMPLE: <BASEFONT SIZE="12">
|
|
| |
|
|
| |
|
|
| |
<BDO>
|
|
| |
Indicates text that should appear with the direction (left to right or right to left) specified, overriding other language-specific settings.
EXAMPLE: <P LANG="gb" DIR="rtl">This text contains a number, <BDO="ltr">47869</BDO>, that must appear left to right.</P>
|
|
| |
|
|
| |
|
|
| |
<BGSOUND>
|
|
| |
Embeds a background sound file within documents. Use in the document head of documents intended for visitors who use Internet Explorer.
EXAMPLE: <BGSOUND SRC="background.wav">
|
|
| |
|
|
| |
|
|
| |
<BIG>
|
|
| |
Indicates that text display in a larger font.
EXAMPLE: <BIG>Large Font</BIG>
|
|
| |
|
|
| |
|
|
| |
<BLINK>
|
|
| |
A Netscape-Specific tag that makes text blink on and off.
EXAMPLE: <BLINK>Latest Update: New blinking text</BLINK>
|
|
| |
|
|
| |
|
|
| |
<BLOCKQUOTE>
|
|
| |
Provides left and right indention of affected text and is useful for quoting a direct source within a document. Use for indention is deprecated. use <BLOCKQUOTE> to signify only a block quotation.
EXAMPLE: The procedure is <BLOCKQUOTE>accepted and the money will be transfered soon.</BLOCKQUOTE>
|
|
| |
|
|
| |
|
|
| |
<BODY>
|
|
| |
Acts as a container for the body of the document, it appears after the <HEAD> tag and is followed by the </HEAD> tag. You can also define the color of your background and text related to information and links here.
EXAMPLE: <HEAD>
<BODY>Your page content placed here</BODY>
</HEAD>
|
|
| |
|
|
| |
|
|
| |
<BR>
|
|
| |
Breaks a line of continuous text and prevents text alignment around images
EXAMPLE: IMAGE LOCATED HERE<BR>Then image description underneath image.
|
|
| |
|
|
| |
|
|
| |
<BUTTON>
|
|
| |
Sets up a button to submit or reset a form as well to activate a script. Use the <IMG> tag between the opening and closing <BUTTON> tags to specify a graphical buttons.
EXAMPLE: <BUTTON TYPE="button" VALUE="enter name" onclick(doit)>Enter Name</BUTTON>
|
|
| |
|
|
| |
|
|