发布网友 发布时间:2022-04-21 08:08
共4个回答
热心网友 时间:2023-08-29 16:23
<style="font-size:12px;color:#252525><underline><b>你要的文字</b></underline>
热心网友 时间:2023-08-29 16:23
整个页面的文字都变成统一的样式:
<style type="text/css">
body{
font:12px;
font-weight:bold;
text-decoration: underline;
color:red;
}
</style>
热心网友 时间:2023-08-29 16:24
<style type="text/css">
body{
font:20px;
font-weight:bold;
text-decoration: underline;
color:red;
}
</style>
热心网友 时间:2023-08-29 16:25
font-size:
color:
strong
underline