<!DOCTYPE HTML>
<html lang="en-US"> <head>
<meta charset="UTF-8">
<title>语言伪类选择器</title>
<style type="text/css">
:lang(en) {
quotes: '"' '"';
} :lang(en) q {
background: red;
}
</style>
</head> <body>
<p>WWF's goal is to:
<q>build a future where people live in harmony with nature</q> we hope they succeed.
</p>
</body> </html>
相关文章
- css3结构伪类选择器first-child,last-child,nth-child(),nth-last-child(),only-child
- css3伪类选择器nth-of-type,:nth-last-of-type,:first-of-type,:last-of-type,:only-of-type
- python 全栈开发,Day47(行级块级标签,高级选择器,属性选择器,伪类选择器,伪元素选择器,css的继承性和层叠性,层叠性权重相同处理,盒模型,padding,border,margin)
- css伪类选择器及伪元素选择器
- CSS选择符、属性继承、优先级算法以及CSS3新增伪类、新特性
- 利用伪类选择器与better-scroll的on事件所完成的上拉加载
- jQuery :root 伪类选择器
- jquery选择器之伪类选择器
- CSS3每日一练之选择器-结构性伪类选择器
- CSS 基础知识点 样式 选择器 伪类