发布网友 发布时间:2022-04-19 16:20
共4个回答
热心网友 时间:2023-06-28 03:07
<p style="font-size: 16px;" 用style属性试试追问还是不行(つД`)
追答
<head>
<title>test</title>
<style type="text/css">
.red-text {
color:red;
}
</style>
</head>
<body>
<h2 class="red-text">我家的猫咪</h2>
<p class="red-text">在大家心目中,猫是慵懒可爱的化身</p>
<p style="font-size: 30px;">养动物有的时候,就是介于爱与恨之间</p>
<body>
热心网友 时间:2023-06-28 03:07
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>cba</title>
<style>
.red-text{
color: red;
}
</style>
</head>
<body>
<h2 class="red-text" >
我家的猫咪
</h2>
<p class="red-text" style="font-size:100px">在大家心中……………………</p>
</body>
</html>
热心网友 时间:2023-06-28 03:08
<style>
.red-text{
color: red;
}
p{font-size:16px;}
</style>
热心网友 时间:2023-06-28 03:08
语法错误,怎么能够实现呢?你要写行内样式,要使用style