Joe Wong
7
Q:

html text bold

<html>
 <head>
   <title>Bold text</title>
 </head>
 <body>
   <p>Use the strong element to <strong>indicate strongly emphasized</strong> content.</p>
 </body>
</html>
12
<!--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>
5
<b>This is bold text.</b>
<strong>This is emphasized bold text.</strong>
1

<p>This is normal text - <b>and this is bold text</b>.</p>
 
6
#bold text:
<strong> this is bold </strong>
1
<b> Bold Text </b>
2
<b> You Text Here </b>
0

New to Communities?

Join the community