Font BOLD






<!DOCTYPE html>
<html>
<head>
<style>
b {
font-weight: bold;
}
</style>
</head>
<body>

<p>A b element is displayed like this:</p>

<p><b>This is bold text.</b></p>

<p>Change the default CSS settings to see the effect.</p>

</body>
</html>














( fontbold.html )- by Paolo Puglisi - Modifica del 17/12/2023