Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> .font { font: italic normal bold 1em/140% "Lucida Grande", sans-serif;} </style> </head> <body> <h2>Exemple de la propriété font</h2> <p>C'est quelque paragraphe normal.</p> <p class="font">C'est un paragraphe avec une valeur de font spécifiée.</p> </body> </html>