Multiple choice technology web technology

Besides , another way to make text bold is what?

  1. <fat>

  2. <dark>

  3. <italic>

Reveal answer Fill a bubble to check yourself
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.