html字体大小、颜色、粗体、下划线代码

发布网友 发布时间: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

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com