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