您可能感興趣的試卷
你可能感興趣的試題
A.address
B.blockquote
C.pre
D.u
A.XSL
B.XPath
C.Xlink
D.XHTML
A.embed
B.src
C.img
D.a
A.bgcolor
B.Text
C.color
D.href
A.rowspan
B.clospan
C.cellpadding
D.table
最新試題
ITEM_PIPELINES設(shè)置項(xiàng)的值是一個(gè)保存項(xiàng)目中啟用的Item Pipeline及其順序的()。
下列選項(xiàng)中,用于表示bs4中的標(biāo)簽的類是()。
()語法用于編寫Schema。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
Report.xml中包含subject 元素,該元素可以包含某HTML 標(biāo)記,如下:< subject>< b>2008年< /b>< i>北京奧運(yùn)會(huì)< i>展望< /subject>現(xiàn)需要編寫一個(gè)XML schema來定義該xml文檔內(nèi)容的結(jié)構(gòu),以下的schema片斷中,()可以使Report.xml通過有效性驗(yàn)證。
下列幾個(gè)類中,用于操作請求會(huì)話的是()。
<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í)例片段,以下說法錯(cuò)誤的是()。
定義樣式表中的變量,使用的標(biāo)簽是()。
要定義一個(gè)數(shù)據(jù)類型,既可能包含integer類型的值,也可能包含string類型的值,以下schema片段正確的是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個(gè)對象。<book><author>tom</author><bookcode>12</bookcode></book>