css 中text
发布网友
发布时间:2022-04-30 02:09
我来回答
共4个回答
热心网友
时间:2022-04-16 06:03
首行缩进(text-indent):{ text-indent: 24px; }
文本对齐属性(text-align):
{ text-align: center; }
{ text-align: left; }
{ text-align: right;}
文本修饰(text-decoration):
{ text-decoration: overline; }
{ text-decoration: underline; }
{ text-decoration: line-through;}
{ text-decoration:none; }
参考资料:自己
热心网友
时间:2022-04-16 07:21
<body style="text-align:center" //文本对齐属性
style="text-decoration:overline" //文本修饰属性
style="text-transform:lowercase" >
</body>
热心网友
时间:2022-04-16 08:56
lhipulf
热心网友
时间:2022-04-16 10:47
这是想问什么问题?