Home » HTML » Html miscellaneous » Question
  1. Which element represents word break opportunity?
    1. <sup>
    2. <wbr>
    3. <rtc>
    4. <var>
    5. None of these
Correct Option: B

<var> is known as HTML Variable element. <wbr> element represents word break opportunity. A position within text where browser may optionally break a line. This element only includes global attributes. It is supported by most of the browsers. <sup> element is superscript. <rtc> is a Ruby Text Container.



Your comments will be displayed only after manual approval.