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