Transcript HTML 5 Tag

HTML 5
<wbr> Tag
By: Raul, Cordero
S
What is the purpose of this
element?
S
<wbr> Tag stands for Word
Break Opportunity.
S
The whole purpose of this
HTML5 element is to create a
break in a word when the user
shrinks the browser window.
S
The word will only break if the
browser screen gets shrunk to the
point where the user can’t see the
word anymore.
What Browsers support its use?
S As you can see this HTML 5 tag is supported in all the
main browsers (Chrome, Edge, Firefox, Safari, and
Opera) except for Internet explorer.
Did it replace any existing
HTML elements?
S The answer to this question is no.
S This is a brand new element that was released with HTML5
Examples!
S http://homepages.neiu.edu/~rcorder4/cs300Presentation/
example1.html
Bibliography
S "HTML Tag." HTML Tag. Web. 16 Nov. 2015.
<http://www.w3schools.com/tags/tag_wbr.asp>.
S "HTML Tag - Optional Line Breaks." HTML Tag -
Optional Line Breaks. Web. 16 Nov. 2015.
<http://www.html-5.com/tags/wbr-tag/>.
The End!