<html>
<head>
<title>Emphasized Element</title>
</head>
<body>
<p>Unlike <strong>i</strong> element, use <strong>em</strong> element to make the text italic and important.</p>
<p>
<em>In earlier HTML history</em> browsers do have their own proprietary tags.
</p>
</body>
</html>