How to use <br/> tag under title tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nitin123
    New Member
    • Sep 2014
    • 1

    How to use <br/> tag under title tag

    How can we do like this.

    Code:
    <html> <head> <title>
    abc <br/>xyz.
    </title> </head> </html>
    Last edited by Rabbit; Sep 18 '14, 04:09 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Please use code tags when posting code or formatted data.

    You can't put a line break in the title bar.

    Comment

    • Exequiel
      Contributor
      • Jul 2012
      • 288

      #3
      you cannot put br or next line to title property, maybe you can customize your own title using css,

      Comment

      Working...