Home » HTML » Html miscellaneous » Question
  1. Which element is used to enclose inline text?
    1. <s>
    2. <rtc>
    3. <samp>
    4. <small>
    5. None of these
Correct Option: C

Inline are used to define the meaning or style of text. <samp> is HTML Sample Element. It is used to enclose inline text which represents sample output from a computer program. Its content is typically rendered using browser’s default mono spaced font. <small> makes text size small in appearance. <s> element specifies things which are no longer right. <rtc> is a Ruby Text Container.



Your comments will be displayed only after manual approval.