For defining the possible line break which tag do we have to use in HTML 5?

Options
- < video>
- < track>
- < summary>
- < wbr>


CORRECT ANSWER : < wbr>

Discussion Board
Explanation-

<wbr> is word break opportunity.
The <wbr> tag is a Optional Word Break. This is a conditional word break; it is only used when the word doesn’t fit into one line.
The <wbr> element tells browser it may break a word into two lines here if it needs somewhere to break a line.

Sapna 02-27-2017 03:48 AM

wbr tag.

Correct Answer : wbr.

"wbr" means "Word Break Opportunity". The "wbr" tag specifies where in a text it would be ok to add a line-break.

Jayesh Sonar 02-23-2015 02:13 AM

T

Test is good

murali 01-27-2015 07:58 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement