Centrer un titre / paragraphe

posted in: html | 0

Fri Jun 20 2025 10:12:05 GMT+0000 (Coordinated Universal Time)


 
 

Titre centré

Ceci est un paragraphe centré.

 
 

Le code expliqué :

<!DOCTYPE html>
<html>
<body>
<h1 style= »text-align:center; »>Titre centré</h1>
<p style= »text-align:center; »>Ceci est un paragraphe centré.</p>
</body>
</html>

logowebmaster1