A.font-family
B.font-style
C.font-weight
D.font-variant
您可能感興趣的試卷
你可能感興趣的試題
A.構(gòu)思所要建立XML文檔所需要的資源及相關(guān)數(shù)據(jù)內(nèi)容
B.創(chuàng)建XML文檔
C.創(chuàng)建CSS文檔
D.測試以前的文檔
A.none
B.color
C.mouse
D.cursor
A.background-color
B.background-image
C.background-repeat
D.background-position
A.block(塊)
B.line(行)
C.double(雙線)
D.list-item(列表)
最新試題
<customer_summaryxmlns:addr="http://www.xyz.com/addresses/"xmlns:books="http://www.zyx.com/books/"><addr:name><title>Mrs.</title></addr:name><books:title>Lord of the Rings</books:title>上述是一段關(guān)于XML命名空間的實例片段,以下說法錯誤的是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個對象。<book><author>tom</author><bookcode>12</bookcode></book>
通過降低訪問網(wǎng)站的頻率,一定能夠阻止對方從訪問量上認出爬蟲的身份。
如果有如下的XML文檔實例片段:<studentlist>;<student>;<name>;a<;/name>;<sex>;male<;/sex>;<age>;20<;/age>;</student>;<student>;<name>;b<;/name>;<sex>;female<;/sex>;<age>;21<;/age>;</student>;</studentlist>;那么XPath 表達式/studentlist/student/name 匹配的結(jié)果是()。
創(chuàng)建BeatutifulSoup對象時,默認使用的解析器為Python標(biāo)準(zhǔn)庫。
下列方法中,用于使用CSS選擇器選取節(jié)點的是()。
下列選項中,被稱為全網(wǎng)爬蟲的是()。
<roster><student ID="s101">;<name>;李華<;/name>;<sex>;男<;/sex>;<birthday>;1978.9.12<;/birthday>;<score>;92<;/score>;</student>;<student ID="s102">;<name>;齊輝<;/name>;<sex>;女<;/sex>;<birthday>;1979.3.2<;/birthday>;<score>;90<;/score>;</student>;</roster>;針對上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
下列選項中,提供了遍歷和搜索文檔樹的大部分方法的類是()。
下列符號中,用來表示JSONPath語法中的根節(jié)點的是()。