Multiple choice technology web technology Choose the correct HTML tag to make a text bold <bold> <dark> <big> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The tag is the standard HTML element for rendering text in bold. While is semantically preferred for important text, remains valid for purely visual bold styling. The other options are not valid HTML formatting tags.