A.text-align
B.text-indent
C.line-height
D.letter-spacing
您可能感興趣的試卷
你可能感興趣的試題
A.margin-top
B.margin-right
C.margin-left
D.margin-bottom
A.border-style
B.border-color
C.border-top-width
D.border-bottom
A.absolute
B.relative
C.static
D.solid
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.測(cè)試以前的文檔
最新試題
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個(gè)對(duì)象。<book><author>tom</author><bookcode>12</bookcode></book>
下列符號(hào)中,用于注釋robots.txt文件的記錄的是()。
ITEM_PIPELINES設(shè)置項(xiàng)的值是一個(gè)保存項(xiàng)目中啟用的Item Pipeline及其順序的()。
Scrapy項(xiàng)目中,哪個(gè)文件可以定制各個(gè)組件的行為?()
<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>;針對(duì)上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
<stuList><student id="a001"><name>jack<name><age>22</age></student><student id="a002"><name>make<name><age>23</age></student></stuList>查找id=’a002’的xpath表達(dá)式是()。
<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命名空間的實(shí)例片段,以下說(shuō)法錯(cuò)誤的是()。
分析如下的XML文檔實(shí)例:<!xml version="1.0"encoding="GB2312"?>;<學(xué)生名冊(cè)>;<學(xué)生學(xué)號(hào)="1">;<姓名>;張三<;/姓名>;<性別>;男<;/性別>;</學(xué)生>;<學(xué)生學(xué)號(hào)="2">;<姓名>;李四<;/姓名>;<性別>;女<;/性別>;</學(xué)生>;</學(xué)生名冊(cè)>;下面的DTD文檔中,能夠最恰當(dāng)?shù)亩x該XML文檔是()。
分析以下的DTD文檔,下面的XML實(shí)例()能夠通過(guò)該DTD的校驗(yàn)。< !ELEMENT doc(title?,chap*)>< !ELEMENT title (#PCDATA)>< !ELEMENT chap (sect )>< !ELEMENT sect (para )>< !ELEMENT para (#PCDATA)>
()語(yǔ)法用于編寫Schema。