Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
p {
line-height: 2em; /*1em = 16px */
}
</style>
</head>
<body>
<p>Quelque paragraphe.</p>
<p>Ce paragraphe est écrit en 2em line-height.</p>
</body>
</html>