Source Code: (back to article)
<!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>