<html>
<head>
<style>
/* Default CSS Values */
strong {
font-weight: bold;
}
</style>
</head>
<body>
<p>A strong element is displayed like this:</p>
<strong>Some important text.</strong>
<p>A customized strong element (changed "font-weight"):</p>
<strong style="font-weight:normal;">Some important text.</strong>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_strong by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:18:38 GMT -->
</html>