<STRONG>
The STRONG element indicates that the enclosed text should be
rendered by the browser with a stronger emphasis.  In most cases,
this would be a bolder font style.
  
The closing tag is required for this element.  
 
Attributes
	| Attribute | 
	Description | 
 
	| ID | 
	Identifies this tag to reference in script (program code) | 
 
	| CLASS | 
	Define the class used to render this element (defined by a style sheet) | 
 
	| TITLE | 
	A title that is associated with the element (displayed as a tooltip in Internet Explorer) | 
 
	| STYLE | 
	Indicates an in-line style for the STRONG element.  Any valid
	CSS properties that are valid for a class, may be defined here. | 
 
 
 |   
 
Example
<STRONG>Abandon all hope!</STRONG>
  
Renders As:
Abandon all hope!
 
Compatibility
HTML 4.01
 
 
   |