Choisir la taille de la police

posted in: html | 0


 
 

Ceci est un titre

Ceci est un paragraphe.

 
 

Le code expliqué :

<!DOCTYPE html>
<html>
<body>
<h1 style= »font-size:300%; »>Ceci est un titre</h1>
<p style= »font-size:160%; »>Ceci est un paragraphe.</p>
</body>
</html>

logowebmaster1