单项选择题
A.< Frameset Cols=40,60>< Frame>< Frame>< /Frameset>B.< Frameset Rows=40,60>< Frame>< Frame>< /Frameset>C.< Frameset Rows=40%,*>< Frame>< Frame>< /Frameset>D.< Frameset Cols=40%,*>< Frame>< Frame>< /Frameset>
在使用表格标记<Table Border=3 Frame=Rhs>,则下面说法正确的是()。A.表格只显示右边...
单项选择题在使用表格标记<Table Border=3 Frame=Rhs>,则下面说法正确的是()。
A.表格只显示右边框 B.表格显示上下外边框 C.表格只显示左边框 D.表格显示左右边框
在HTML文档中,要定义一个宽400像素,高200像素的表格,正确的<table>标记是()。A.<Table...
单项选择题在HTML文档中,要定义一个宽400像素,高200像素的表格,正确的<table>标记是()。
A.<Table Size=400 Height=200> B.<Table Border=400 High=200> C.<Table Width=400 Height=200> D.<Table Length=400 High=200>
要从为文字“转至第3章第2节”建立超连接,以实现单击该文字后在新窗口中打开文档Chapt3.html(该文档与...
单项选择题要从为文字“转至第3章第2节”建立超连接,以实现单击该文字后在新窗口中打开文档Chapt3.html(该文档与当前文档在同一目录下),并定位到书签“Sect_2”,正确代码是()。
A.< a Url=Chapt3.html#Sect_2 TarGet=_Blank>第3章第2节< /a>B.< a Href=Sect_2#Chapt3.html#Sect_2 TarGet=_Blank>第3章第2节< /a>C.< a Href=Chapt3.html#Sect_2 TarGet=_Blank>第3章第2节< /a>D.< a Src=Chapt3.html#Sect_2 TarGet=_Blank>第3章第2节< /a>