如何在HTML的标题属性中添加新的换行/换行符 [英] How can I add new line/linebreak character in title attribute in HTML

查看:307
本文介绍了如何在HTML的标题属性中添加新的换行/换行符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用此

< a href =# title =从1选择:2:那个>单击此处< / a>

当有人将鼠标悬停在它上面时,我会在一行中看到所有文本。

When someone hover over it I see all the text in one line.

有没有办法在新行上显示它?

Is there any way to show it on new line?

推荐答案

您可以使用&#013; &#10;

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


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

这篇关于如何在HTML的标题属性中添加新的换行/换行符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆