css,<style> p:lang(it) ......////此处为何用“:”?这个lang表示何意?还有(it)表示何意??
<!DOCTYPEhtml><html><head><style>p:lang(it)////此处为何用“:”?这个lang表示何意?还有(it)表示何意??{backg...
<!DOCTYPE html>
<html>
<head>
<style>
p:lang(it) ////此处为何用“:”?这个lang表示何意?还有(it)表示何意??
{
background:yellow;
}
</style>
</head>
<body>
<p>I live in Italy.</p>
<p lang="it" >Cibo bella!</p>
<p><b>Note:</b> For :lang to work in IE8, a DOCTYPE must be declared.</p>
</body>
</html> 展开
<html>
<head>
<style>
p:lang(it) ////此处为何用“:”?这个lang表示何意?还有(it)表示何意??
{
background:yellow;
}
</style>
</head>
<body>
<p>I live in Italy.</p>
<p lang="it" >Cibo bella!</p>
<p><b>Note:</b> For :lang to work in IE8, a DOCTYPE must be declared.</p>
</body>
</html> 展开
1个回答
展开全部
lang代表标签中,lang属性
it是lang属性的值,it代表意大利语言,zh-cn代表简体中文,en代表英语
参考资料:http://www.w3school.com.cn/cssref/selector_lang.asp
it是lang属性的值,it代表意大利语言,zh-cn代表简体中文,en代表英语
参考资料:http://www.w3school.com.cn/cssref/selector_lang.asp
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询