免費免註冊,彰化一整天線上測驗:http://exam.bestdaylong.com/link2348.htm
( | ) | 1. | h1, p(1)將在div後面是span元素全部選取 (2)將在div後面是p元素全部選取 (3)將在ul後面是第一個h3元素選取 (4)將所有h1跟p元素選取 | ||
( | ) | 2. | [title~=beautiful](1)將title屬性值有beautiful單詞的元素選取 (2)將id屬性值有包含s的元素選取 (3)將表單中所有checked的元素選取 (4)將表單中所有disabled的元素選取 | ||
( | ) | 3. | li:nth-last-child(1)(1)在所有的li元素中第二個元素選取 (2)在所有的li元素中倒數第二個元素選取 (3)將class名稱是bestdaylong的元素選取 (4)在所有的li元素中最後一個元素選取 | ||
( | ) | 4. | :checked(1)將表單中所有空元素全部選取(像<input/>) (2)將表單中所有checked的元素選取 (3)將表單中所有disabled的元素選取 (4)將表單中所有enabled的元素選取 | ||
( | ) | 5. | .bestdaylong, #bestdaylong(1)將在div後面是span元素全部選取 (2)將class名稱是bestdaylong或將id名稱是bestdaylong的元素選取 (3)將所有h1元素選取 (4)將所有h1跟p元素選取 | ||
( | ) | 6. | li:nth-last-of-type(2)(1)在所有的li元素中倒數第二個元素選取 (2)將class名稱是bestdaylong的元素選取 (3)將id名稱是bestdaylong的元素選取 (4)將class名稱是bestdaylong或將id名稱是bestdaylong的元素選取 | ||
( | ) | 7. | tr:nth-child(odd)(1)在所有的tr元素中每一個偶數的元素選取 (2)在所有的li元素中第一個元素選取 (3)在所有的li元素中最後一個元素選取 (4)在所有的li元素中第二個元素選取 | ||
( | ) | 8. | *(1)將id屬性值是ess結尾的元素選取 (2)將所有的元素全部選取 (3)將所有有設定id屬性的元素全部選取 (4)將id屬性值是my-Address的元素選取 | ||
( | ) | 9. | li:nth-child(1)(1)在所有的li元素中第二個元素選取 (2)在所有的li元素中倒數第二個元素選取 (3)在所有的li元素中第一個元素選取 (4)在所有的li元素中最後一個元素選取 | ||
( | ) | 10. | p:last-child(1)在所有的tr元素中每一個奇數的元素選取 (2)在所有的tr元素中每一個偶數的元素選取 (3)在所有的p元素中屬性最後一個p元素 (4)在所有的p元素中屬性所有有同一個父親的每一個最後一個p元素(*) |