Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
p.bolder {
font-weight: bolder;
}
</style>
</head>
<body>
<h2>Exemple de la propriété font-weight</h2>
<p class="bolder">Nous avons utilisé un texte gras ici.</p>
</body>
</html>