分别用内联样式和嵌入样式,写出能实现将Span标签中的文字颜色设为蓝色字体大?
1个回答
展开全部
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
span{
color:blue;
font-size: 24px;
}
</style>
</head>
<body>
<span style="color:blue;font-size:24px;">文章</span>
</body>
</html>
请采纳
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询