电话
13363039260
在 W3C 尺度中,元素抉择器又称为类型抉择器(type selector)。
“类型决意器立室文档措辞元素类型的称呼。类型抉择器娶亲文档树中该元素类型的每一个实例。”
下面的划定规矩成家文档树中一切 h1 元素:
h1 {font-family: sans-serif;}
是以,我们也笼统为 XML 文档中的元素配置花色:
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/css" href="note.css"?> <note> <to>George</to> <from>John</from> <heading>Reminder</heading> <body>Don't forget the meeting!</body> </note>