<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>demo_lang</title>
<style type="text/css">
q:lang(no)
  {
  quotes: "~" "~"
  }
  span{ width:200px; height:30px; border:1px solid #ccc; float:left;}
</style>

</head>

<body>

  为q元素添加lang属性。

<p>Some text <q lang="no">A quote in a paragraph</q> Some text.</p>

显示结果:Some text A quote in a paragraph Some text.

</body>

</html>

 

posted on 2011-11-10 23:02  zcjnever  阅读(493)  评论(0编辑  收藏  举报