|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<STRONG></STRONG>Display text as stronger than normal |
|
|
Element used to indicate that the text should be strongly emphasized, which the browsers usually do with bold fonts.
<html>
<head>
<title>Some Title</title>
</head>
<body>
.
.
==>> <STRONG>IMPORTANT</STRONG>
.
.
</body>
</html>
This element is the logical cousin to the B element. But it gives the browser the choice in how to display "strong" text.
Netscape Nothing special. Microsoft IE Nothing special. Internationalization Nothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |