01)
the most specific form of the rule will take effect, and the other rule will be ignored.
Longer Questions
02) Only if the item 10000 was in an elemetn of its own. something like this.
Longer Questions
01)
chemElements
{
width:90%;
background-color:#aabbaa;
font-family:arial;
}
tableHead
{
color:#001100;
font-weight:bold;
font-size:17px;
}
anumHead,nameHead,symbolHead,mptHead,bptHead
{
float: left;
width: 20%;
background-color:#aaaa;
}
element
{
display:block;
}
anum,name,symbol,mp,bt
{
float: left;
width: 20%;
}
02)
a)
/*
b)
tracks[@total="5"]
c)
title[contains(name),"Penderecki"]
d)
title[string-length(name))>11]
No comments:
Post a Comment