【单选题】
参看以下的HTML代码,以下描述正确的是(??)html? head? title/title? head? body? table?border=1? ? td?/td? td?/td? /tr? ? 3/td? 4/td? /tr? /table? /body?/html?
【单选题】
在HTML中,下面是段落标签的是(??)。
【单选题】
HTML语言中,body vlink= 表示( )。
【单选题】
在HTML中,下面( )不属于HTML文档的基本组成部分。
【单选题】
阅读下面的HTML代码,其段落标签内文本最终显示的颜色是(????)。
style?type=text/css?
body?{?color:#333;?}?
#text{?color:#f00;?}?
.content?{?color:#00f;?}?
.gray?{?color:#666;?}?
/style
?......?
p?id=text?class=content?gray谁知盘中餐,粒粒皆辛苦
?......
【单选题】
阅读下面的HTML代码,其段落标签内文本最终显示的颜色是(????)。style?type=text/css? body?{?color:#333;?}? #text{?color:#f00;?}? .content?{?color:#00f;?}? .gray?{?color:#666;?}?/style
?......?p?id=text?class=content?gray谁知盘中餐,粒粒皆辛苦......
【单选题】
阅读下面的HTML代码,其段落标签内文本最终显示的颜色是(????)。
?......?
谁知盘中餐,粒粒皆辛苦
?......
【单选题】
已知services.html与text.html在同一服务器上,但不在同一文件夹中。假如文档services.html在文件夹information中,proposals段落在文档services.html中。现要求在text.html文档中编写一个超链接,链接到文档services.html的proposals段落。下面语句正确的是(?)
①
ahref=services.html#proposalsLink
②
ahref=information/services.html#proposalsLink
④
ahref=information#proposalsLink
【单选题】
若按如下定义,函数link的功能是()。其中head指向链表首结点,整个链表结构如下图:┌──┬─┐┌──┬─┐┌──┬──┐head→│data│┼→│data│┼→…→│data│NULL│└──┴─┘└──┴─┘└──┴──┘structnode{intdata;structnode*next;};voidlink(structnode*head){structnode*p=head;while(p!=NULL){if(p-data%2==1)printf("%d",p-p=p-}}