<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
div {
border-top: 3px solid #1c87c9;
padding: 10px;
}
</style>
</head>
<body>
<h2>Exemple de border-top</h2>
<div> C'est un exemple de la propriété border-top .</div>
</body>
</html>