Touche
0
Q:

html make 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
<b>This is bold text.</b>
<strong>This is emphasized bold text.</strong>
1
#bold text:
<strong> this is bold </strong>
1
<style>
  font-weight: bold;
</style>
0
<b> Bold Text </b>
2
<b> You Text Here </b>
0

New to Communities?

Join the community