<html>
<head>
<style>
/* Default CSS Values */
em {
font-style: italic;
}
</style>
</head>
<body>
<p>An em element is displayed like this:</p>
<em>Some emphasized text</em>
<p>A customized em element (changed display):</p>
<em style="font-style:normal;">Some normal text</em>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_em by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:36:22 GMT -->
</html>