<h1><span>标题</span></h1>
在CSS中
h1{
blackground:url(tupian.jpg) no-repeat;//不平铺
height:60px;
}
hi span{
display:none;
}
把原来的文本隐藏,用图像代替文本,可以满足搜索引擎的需要。
在CSS中
h1{
blackground:url(tupian.jpg) no-repeat;//不平铺
height:60px;
}
hi span{
display:none;
}
把原来的文本隐藏,用图像代替文本,可以满足搜索引擎的需要。