HTML/CSS/Basic Tags/b
"b" emphasizes the text in boldface
<html>
<head>
<title>b element example</title>
</head>
<body>
Not in bold <b>bold</b> and <b>bold</b>
</body>
</html>
<html>
<head>
<title>b element example</title>
</head>
<body>
Not in bold <b>bold</b> and <b>bold</b>
</body>
</html>