Comment ajouter plusieurs CSS en ligne HTML
<p style="color:red;text-align:center;font-weight:bold;font-size:20px;"> Hello there!</p>
Neo the Elephant
<p style="color:red;text-align:center;font-weight:bold;font-size:20px;"> Hello there!</p>
<h1 style="color:blue;text-align:center">This is a header</h1>
<p style="color:green">This is a paragraph.</p>