HTML/CSS/Text Tags/em
"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>
<html>
<head>
<title>em element example</title>
</head>
<body>
<p align="center"><em>emphasize</em> not emphasize <em>em</em> element.</p>
</body>
</html>