when we bold the text in html using<b> tag then we have to close it there itself or after the programe
Answers
Answered by
0
Answer:
We have to close it there itself.
Answered by
0
The tag uses both opening and closing tag. The text that needs to be made bold must be within <b> and </b> tag. We can also use the <strong> tag to make the text strong, with added semantic importance. It also opens with <strong> and ends with </strong> tag.
Similar questions