<em>

Description

This element causes text to be rendered in italics. It can thus give emphasis to particular words or phrases.

Example


<html>
<body>
     <p>
          The words to <em>emphasize</em> 
          are placed inside the <em>em</em>
          element.<!--from ww w.  j av  a  2s .  c  o  m-->
     </p>
</body>
</html>

Click to view the demo

The code above generates the following result.

em




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference