Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
p {
padding: 10px;
border-style: dashed;
border-left-width: thick;
}
</style>
</head>
<body>
<h2>Exemple de border-left-width </h2>
<p>Comme vous le voyez, la largeur de la bordure gauche est définie thick.</p>
</body>
</html>