Besides , another way to make text bold is what?
B
Correct answer
Explanation
Both <b> and <strong> tags make text bold in HTML. The <strong> tag is preferred in modern HTML as it carries semantic meaning (important text) whereas <b> is purely presentational. Option A , C, and D `` (which makes text italic) are not standard HTML tags for bold text.