'em' Example : em « Tags « HTML / CSS






'em' Example

 
    
<html>
<head>
<title>em element example</title>
</head>
<body>
   <p align="center"><em>emphasize</em> not emphasize <em>em</em> element.</p>
</body>
</html>
           
      
        
  








Related examples in the same category

1.A slightly more complex "Hello World" page
2.Logical Text Elements