'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>