em Element
Description
The em
element represents a span of text with emphatic stress.
The styling convention for this element is to use italics.
Example
The following code shows the em
element in use.
<!DOCTYPE HTML>
<html>
<body>
<em>I</em> like <b>HTML</b> and <b>CSS</b>.
</body><!--from ww w .jav a 2 s .c o m-->
</html>