Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> </head> <body> <p style="font-weight:900">Quelque paragraphe avec la propriété font-weight avec la valeur bold.</p> <p style="font-weight:normal">Quelque paragraphe avec la propriété font-weight avec la valeur normal.</p> <p style="font-weight:bold">Quelque paragraphe avec la propriété font-weight avec la valeur bold.</p> </body> </html>