私はこれを使用しています
<a href="#" title="select from 1: this 2: that" > Click here </a>
誰かがそれにカーソルを合わせると、すべてのテキストが 1 行に表示されます。
新しい行に表示する方法はありますか?
私はこれを使用しています
<a href="#" title="select from 1: this 2: that" > Click here </a>
誰かがそれにカーソルを合わせると、すべてのテキストが 1 行に表示されます。
新しい行に表示する方法はありますか?

またはを使用できます

。
<a href="#" title="select from 1: this 
 2: that" >Click here</a>
<a href="#" title="select from 1: this 
 2: that" >Click here</a>
<a href="#" title="select from
1: this
2: that" >Click here</a>