The Strong Tag

ken's picture

Opening tag : <Strong>
Closing tag: </Strong>

Purpose:
The strong tag is used to give text a strong emphasis, which normally appears as bold text.

Attributes:
Class=class
- Specify a class to use to format the text.

Dir=direction
- Useful for languages that should be read from right to left.

Event=Javascript
- Specify a javascript to run after a specified event.

Id=name
- Allows the text to be given an id, allowing it to be referenced or changed by a script.

Lang=language
- Specifies the language of the text.

Style=style
- Specifies the style to use for formatting the text, overwriting any other styles.

Title=title
- The text can also be given a title.

Example:

This is <Strong> REALLY <Strong> Good.

Related Tags:

<B></B> - Bold Tag.
<Basefont></Basefont> - Basefont Tag.
<Big></Big> - Big Tag.
<Blink></Blink> - Blink Tag.
<Blockquote></Blockquote> - Blockquote Tag.
<BR> - Break Tag.
<Center></Center> - Center Tag.
<Cite></Cite> - Cite Tag.
<Code></Code> - Code Tag.
<EM></EM> - Emphasis Tag.
<FONT></FONT> - Font Tag.
<H1></H1> - Header Tags (1-6).
<I></I> - Italic Tag.
<P></P> - Paragraph Tag.
<Strike></Strike> - Strike Tag.

Back to:
Alphabetical Guide
Guide By Type