Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
.smallcaps {
font-variant: small-caps;
}
</style>
</head>
<body>
<h2>Exemple de la propriété font-variant </h2>
<p>Comme vous le voyez, ici nous avons utilisé un texte normal.</p>
<p class="smallcaps">Mais Nous Avons Utilisé Un Texte Avec Small-Caps Ici.</p>
</body>
</html>