Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
</head>
<body>
<p style="border:3px dotted #1c87c9"> Exemple avec une bordure bleu en pointillé.</p>
<p style="border:3px dashed #ffff00"> Exemple avec une bordure jaune de tirets. </p>
<p style="border:3px solid #8ebf42"> Exemple avec une bordure verte solide.</p>
</body>
</html>