[查看演示] 源码如下 ---------------------------------------------------------- <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>title换行-www.51windows.Net</title>
</head>
<body>
<a href=# title="第一行
第二行
第三行">title分行测试</a>
<a href=# title="第一行 第二行 第三行">title分行测试</a>
</body>
</html>
<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div> |