Q9. Which tags are used for formatting a text to appear with italic letters?
A.<b> and </b>
B.<i> and </i>
C.<u> and </u>
D.<tt> and </tt>
Correct Answer: B.
Explanation:
Some common text formatting tags are <b> and </b> for bold, <i> and </i> for italics, <u> and </u> for underlined, and <tt> and </tt> for typewriter. The <font size=n> and </font> tags are also used frequently.