HTML 選擇器 餐廳練習題答案

2021-09-04 16:11:05 字數 500 閱讀 2016

第一關 plate 元素生成器

第二關 bento 元素生成器

第三關 #fancy id選擇器

第五關 #fancy pickle 後代選擇器和id選擇器

第六關 .small 類選擇器

第七關 orange.small 組合選擇器

第八關 bento orange.small 子代選擇器

第九關 plate,bento元素選擇器 分組選擇器

第十關 * 通用選擇器

第十一關 plate * 結合選擇器 子代選擇器

第十三關 bento ~ pickle

第十五關 plate orange:first

第十八關 :nth-​​child(3)

第十九關 :nth-​​last-child(4)

第二十一關 plate:nth-​​of-type(even)

第二十二關 plate:nth-of-type(2n+3)

第二十五關 bento:empty

物件導向練習題答案

答案整理如下 一 類和物件 1.定義乙個類demo,其中定義乙個求兩個資料和的方法,定義乙個測試了test,進行測試。class demo public int add class test 2.定義乙個長方形類,定義 求周長和面積的方法,然後定義乙個測試了test2,進行測試。class rect...

Java String練習題及答案

1.編寫程式將 jdk 全部變為大寫,並輸出到螢幕,擷取子串 dk 並輸出到螢幕 編寫程式將 jdk 全部變為大寫,並輸出到螢幕,擷取子串 dk 並輸出到螢幕 public static void main string args 2.編寫程式將string型別字串 test 變為 tset 2.編...

CSS餐廳選擇器(CSS dinner)

遊戲位址 答案 元素選擇器 plate bento id選擇器 fancy id選擇器 後代選擇器 facy pickle 類選擇器 small orange.small bento orange.small 並集選擇器 plate,bento all plate 選擇跟隨另乙個元素的元素 bent...