in html we use ____ tag to get bold text
Answers
Answered by
0
Answer:
html we use <Bold></Bold> tag to get bold text
Answered by
1
Answer:
<B>
Explanation:
<B> tag is used in HTML to make a text bold.
It is a container tag.
It is used as:
<B>Example Text</B>
The output will be Example Text
Similar questions