Html 5 Wbr Tag

The <wbr> tag was introduced in HTML 5. The <wbr> is use to an line break to word. The <wbr> tag did not exist in older version of HTML. Suppose browser break to your line or word to worng place use to <wbr> tag.

Syntax:

<p>
  <wbr> ... <wbr>
</p>

Example Code

<!DOCTYPE HTML>
<p>
    PHP applications normally implement in linux web server and conjunction with <wbr>MySQL</wbr> database
</p>

Out Put :



PHP applications normally implement in linux web server and conjunction with MySQL database





Content