html 测试 - 标题属性内的断行
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 测试 - 标题属性内的断行相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html>
<head>
<title>TEST - Line Break in title attribute</title>
<style>
.line-through {
text-decoration: line-through;
}
p {
cursor : pointer;
}
</style>
</head>
<body>
<p title="this title breaks here... ...before this">Using &#10; (ISO Latin 8859-1 carriage return)</p>
<p title="this title breaks here... ...before this">Using &#13; (UTF-8/16 carriage return)</p>
<p title="this title breaks here...
...before this">Using &#xA (Hexadecimal ISO Latin 8859-1 carriage return)</p>
<p title="this title breaks here...
...before this">Using &#xD; (Hexadecimal UTF-8/16 carriage return)</p>
<p title="this title breaks here...\u000A...before this" class="line-through">Using \u000A</p>
<p title="this title breaks here...\n...before this" class="line-through">Using \n</p>
</body>
</html>
以上是关于html 测试 - 标题属性内的断行的主要内容,如果未能解决你的问题,请参考以下文章
html 测试 - 标题属性内的断行
html5如何使得英文单词不发生词内断行
以编程方式将 <br>-元素添加到跨度内的文本不会断行
CSS自动换行强制不换行强制断行超出显示省略号
Django 发送的电子邮件中的部分和断行
html 用伪元素断行