HTML/CSS/Text Tags/strong
"strong" Example
<html>
<head>
<title>strong element example</title>
</head>
<body>
<p align="center">
<strong>Strong</strong> and
<strong>bold</strong> text.
</p>
</body>
</html>
<html>
<head>
<title>strong element example</title>
</head>
<body>
<p align="center">
<strong>Strong</strong> and
<strong>bold</strong> text.
</p>
</body>
</html>