Is it possible to format an HTML tooltip (title attribute)? [duplicate]

Try using entity codes such as 
 for CR, 
 for LF, and 	 for TAB.

For example:

<div title="1)&#009;A&#013;&#010;2)&#009;B">Hover Me</div>

Leave a Comment