Multiple choice technology web technology Choose the correct HTML tag to make a text italic <italic> <text="italic> <ui> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The tag is the correct HTML element for making text italic. It is a standard HTML tag for italic text rendering. Option B uses a non-existent tag. Options C and D are incorrect HTML syntax.