Utiliser la balise style (second exemple)

posted in: css | 0

This is a heading

This is a paragraph.

Le code expliqué

<style>
h3 {
color:blue;
font-family:verdana;
font-size:300%;
}
p {
color:red;
font-family:courier;
font-size:160%;
}
</style>
<h3>This is a heading</h3>
<p>This is a paragraph.</p>

logowebmaster1