html style有什么属性
发布网友
发布时间:2022-04-19 21:02
我来回答
共2个回答
懂视网
时间:2022-04-19 09:32
在需要的连接添加行内样式:
代码如下:
<a href="ddrb/090630.asp" target="_blank" style="text-decoration:underline;">30</a>
热心网友
时间:2022-04-19 06:40
一般的html标签都可以加入style属性直接使用css样式。比如
<div style="css样式"><div>
<span style="css样式"></div>
<ul style="css样式"></ul>
<li style="css样式"></li>
等,基本上body及以内使用的标签对象都可以使用style属性加入css样式。