-
Which element represents word break opportunity?
-
- <sup>
- <wbr>
- <rtc>
- <var>
- 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.