CBSE Class 10 Computer Applications
Question 49 of 176
HTML I — Basic HTML Elements — Question 47
Back to all questions 47
Question Question 47
Which HTML tags cause browsers to render text as italics ?
<text style = "italics"></text><ital></ital><i></i><b></b>
<i></i>
Reason — <i></i> tags are used to display the text as italics in an HTML document.