Check out example codes for "html bold". It will help you in understanding the concepts better.
Code Example 1
<html>
<head>
<title>Bold text</title>
</head>
<body>
<p>Use the strong element to <strong>indicate strongly emphasized</strong> content.</p>
</body>
</html>
Code Example 2
<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>
<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
Code Example 3
<p>This is normal text - <b>and this is bold text</b>.</p>
Code Example 4
#bold text:
<strong> this is bold </strong>
Code Example 5
<b> You Text Here </b>
Code Example 6
<text>Your Text...</text>
Learn ReactJs, React Native from akashmittal.com