Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> p.bolder { font-weight: bolder; } </style> </head> <body> <h2>Ein Beispiel für die Eigenschaft Font-weight</h2> <p class="bolder">Wir haben hier einen fetteren Text verwendet.</p> </body> </html>