css - How can I new newline in title attribute in HTML -


this question has answer here:

i using this

<a href="#" title="select 1: 2: that" > click here </a>

when hover on see text in 1 line.

is there way show on new line?

try code works

<a href="#" title="select 1: &#013; 2: that" > click here </a> 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -