html bold text

HTML
<html>
 <head>
   <title>Bold text</title>
 </head>
 <body>
   <p>Use the strong element to <strong>indicate strongly emphasized</strong> content.</p>
 </body>
</html>#bold text:
<strong> this is bold </strong>font-weight: bold;<text>Your Text...</text><p>This is normal text - <b>and this is bold text</b>.</p>
 
Source

Also in HTML: