Choose the correct html tag to make a text Bold | b tag in html - sahil malavi

 

Choose the correct html tag to make a text Bold

Choose the correct html tag to make a text Bold ,<b> tag in html use for make text bold

USE <b> tag, where you want to make text bold

HTML Code:


<p>HELLO FRIENDS MY NAME IS - <b>SAHIL MALAVI</b>.</p>


OUTPUT:

b tag in html
<b> tag in html

heading is allready bold so don't need to use <b> tag in <h1>,<h2> and so on...

also see this

0 Comments

close