<head> <link href="css/style.css" media="all" rel="stylesheet" > </head> <body> <h1>Titre de la page</h1> </body>
Zoom
h1 {color:red; font-size:24px; text-align:center;}
<head> <style media="all" type="text/css"> h1 {color:red; font-size:24px; text-align:center;} </style> </head>
<h1 style="color:red; font-size:24px; text-align:center;">Titre de la page</h1>