Raju Sarkar
10
Q:

bold html

<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

New to Communities?

Join the community