Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>HTML text bold</title> <style> p { font-weight: bold; } </style> </head> <body> <h1>Example</h1> <p>Lorem Ipsum</p> </body> </html>