Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p.bolder { font-weight: bolder; } </style> </head> <body> <h2>Font-weight property example</h2> <p class="bolder">We used a bolder text here.</p> </body> </html>