在Html<span>添加CSS样式

来源:互联网 发布:麦萌网络 编辑:程序博客网 时间:2024/05/22 15:40
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>0415MyPage</title>
<style>
p.tip span{
font-weight:bold;
color:#ff9955;

}</style>

</head>


<body>
<p class="tip"><span>提示:</span></p>
<h6>背景颜色</h6>


<html>
<title>First</title>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" >
<style>
.tip {font-weight:bold;
color:#ff9955;
}
</style>
</head>
<body background="5.jpg">
<h1>My First Heading</h1><!--This is a comment-->
<p style="color:red;margin-left:20px">My First paragraph</p>
<p class="tip"><span>提示:</span></p>
<hr/>


还有可以导入css文件的方法

0 0
原创粉丝点击