Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
</head>
<body>
<p>Ce texte est aligné à gauche.</p>
<p style="text-align:center">Ce texte est placé au centre.</p>
</body>
</html>