<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="Manuele" />
<title> Exemple CSS</title>
</head>
<body>
<h1 style="text-align: center;
color: red;">
Exemple CSS </h1>
<p> Ceci est un texte en
<span style="font-weight: bold;">
gras </span>.
</p>
</body>
</html>