使用 <a> 标签的方式:
使用 <a> 标签的方式:
[代码]xml代码:
1 2 | <a >用戶协议s</a><br> <a href="login.html">首頁</a> |
如下:点击文字跳转
有的时候不要下划线,可以设置属性去掉
[代码]xml代码:
1 2 3 4 5 | <style type="text/css"> a{ text-decoration: none; } </style> |
随时随地看视频