|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<EM></EM>Display text as emphasized |
|
|
Element indicates that the text is emphasized, typically shown by displaying the text in italics.
<html>
<head>
<title>Some Title</title>
</head>
<body>
.
.
==>> <EM>important information</EM>
.
.
</body>
</html>
This is a logical definition for displaying text in italics. It will usually result in
the same display as the 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 |