框架中“可改变大小”的语法是下列哪一项()A、<IMG SRC="URL" BORDER=?>B、<SAMP></SAMP>  C、<ADDRESS></ADDRESS>  D、<FRAME NORESIZE>

题目

框架中“可改变大小”的语法是下列哪一项()

  • A、<IMG SRC="URL" BORDER=?>
  • B、<SAMP></SAMP>  
  • C、<ADDRESS></ADDRESS>  
  • D、<FRAME NORESIZE>

相似考题

3.试题五(共15分)阅读下列说明,根据网页显示的效果图,回答问题1至问题2。【说明 】某电子商务网站如图5-1所示。【index.html 文档的内容 文档的内容 文档的内容 文档的内容】<html><head><title>网上商城</title></head><frameset (1)="15%,70%,15%" noresize="noresize" border=1<frame. src="frame_top.html" name="top"><frameset (2)="20%,80%"><frame. src="frame_left.html" name="left"><frame. src="frame_right.html" name="right"></frameset><frame. src="count.asp" name="bottom"></frameset></html>【frame_left.html 文档的内容】<html>省略部分代码……<center><table border="1" bordercolor="blue"><tr><td><a href="content_1.html" (3)="right"><img src="img/1.gif" width="100" height="30" border="0"></a></td></tr>省略部分代码……</table></center>省略部分代码……</html>【count.asp 文档的内容 文档的内容 文档的内容 文档的内容】<html><head><title>计数器</title><body><%Set conn=Server.CreateObject("ADODB.Connection")Set rs=Server.CreateObject("ADODB.(4)")conn.ConnectionString="(5)={Microsoft Access Driver (*.mdb)};Uid=;Pwd=;DBQ="&Server. (6) ("database/count.mdb")conn.open()(7) sqlsql="(8) count set hit=hit+1"conn.(9)(sql)%>sql = "select * from count"set rs=conn.execute(sql)%><%lasthit=rs.fields("lasthit")tdate=year(Now()) & "-" & month(Now()) & "-" & day(Now())sql="update count set lasthit='" &tdate&"' where ID="&rs.fields("id")conn.execute(sql)%><%sql = "select * from count"set rs=conn.execute(sql)%><table bgcolor=blue><tr><td width="100%" align=center>总访问<%=rs("hit")%>次,最后访问日期<%=rs("lasthit")%></td></tr></table><%rs.close()%></body></html>【问题1】(6 分)为程序中(1)~(3)处空缺选择正确答案,并填入答题纸对应的解答栏内。(1)~(3)备选答案:A. srcB. colsC. rowsD. targetE. link

更多“框架中“可改变大小”的语法是下列哪一项()A、IMG SRC="URL" BORDER=?B、SAMP/SAMP  C、ADDRESS/ADDRESS  D、FRAME NORESIZE”相关问题
  • 第1题:

    What does a Layer 2 switch do if it receives a frame with a destination MAC address that is not found in its MAC address table?()

    A. The frame is dropped.

    B. The frame is addressed with a broadcast MAC address and sent out all ports.

    C. The frame is sent out all ports except the receiving port.

    D. An ARP request is sent out all ports except the receiving port.

    E. A destination unreachable message is sent back to the source address.

    F. None of the above.


    参考答案:C

  • 第2题:

    ● 设计电子商务网站时,某页面框架代码如下:

    <frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">

    <frame. src="banner.htm" name="topFrame" scrolling="NO" noresize >

    <frameset cols="80,*" frameborder="NO" border="0" framespacing="0">

    <frame. src="left.htm" name="leftFrame" scrolling="NO" noresize>

    <frame. src="main.htm" name="mainFrame">

    </frameset>

    </frameset>

    该网页中定义了 (64) 个框架。

    (64)

    A.1

    B.2

    C.3

    D.4


    正确答案:C

  • 第3题:

    表示显示框架的HTML的代码是()

    • A、<frameset frameborder=yes> 
    • B、<frame frameborder=yes> 
    • C、<frame border=yes> 
    • D、<frameset border=yes>

    正确答案:B

  • 第4题:

    在PowerPoint中欲开启旧有的演示文稿时,可由下列哪一项执行?()

    • A、<img_src=414211.jpg>
    • B、<img_src=414212.jpg>
    • C、 <img_src=414213.jpg>
    • D、<img_src=414214.jpg>

    正确答案:D

  • 第5题:

    在下列HTML语句中,哪一个是描述插入图片的正确格式()

    • A、img src="图像文件的路径"
    • B、img url=图像文件的路径
    • C、img="图像文件的路径"
    • D、img src=图像文件的路径

    正确答案:A

  • 第6题:

    关于网页中的图像,下列说法正确的是()

    • A、图像是由〈img〉标签开始,由〈/img〉结束。
    • B、图像标签的 href属性用于指定图像链接到的URL。
    • C、src属性的值是所要显示图像的URL。
    • D、以上全都是错的。

    正确答案:B

  • 第7题:

    想要获取到img元素的src属性值,以下写法正确的是()。

    • A、$("img").getAttribute("src")
    • B、$("img").attr("src")
    • C、$("img").attr("src","")
    • D、$("img").getAttr("src")

    正确答案:B

  • 第8题:

    下面语句表述正确的是()

    • A、marginwidth=5表示框架宽度部分边缘所保留的空间。
    • B、marginwidth=5表示框架宽度空间
    • C、noresize是设定不用使用框框的大小
    • D、noresize是使用者设定此参数后,可随意地拉动框架改变其大小

    正确答案:A

  • 第9题:

    框架中“禁止改变框架窗口大小”的语法是()

    • A、<a href="right.html" target="rightframe"> 
    • B、<IMG src="URL" border=?> 
    • C、<FRAMESET rows="20%,*" frameborder="0"> 
    • D、<FRAME noresize>

    正确答案:D

  • 第10题:

    在WEB页中插入图片使用的标记是()。

    • A、<SRC>
    • B、<IMG>
    • C、<BGGROUND>
    • D、<URL>

    正确答案:B

  • 第11题:

    单选题
    在WEB页中插入图片使用的标记是()。
    A

    <SRC>

    B

    <IMG>

    C

    <BGGROUND>

    D

    <URL>


    正确答案: C
    解析: 暂无解析

  • 第12题:

    ( 难度:中等)加入一条最大标题的HTML代码是?
    A.<h1>
    B.<img src="name" border=0>
    C.<img src="name" align=center>
    D.<img src="name">

    答案:A

  • 第13题:

    R1 forwards a packet from Host 1 to remote Server 1. Which statement describes the use of a MAC as the frame carrying this packet leaves the s0/0/0 interface of R1()。

    A.The frame does not have MAC addresses.

    B.The source MAC address in the frame is the MAC address of the NIC of Host 1.

    C.The source MAC address in the frame is the MAC address of the s0/0/0 interface of R1.

    D.The destination MAC address in the frame is the MAC address of the NICof server 1.

    E.The destination MAC address in the frame is the MAC address of the s0/0/0 interface of R2


    参考答案:A

  • 第14题:

    嵌入多媒体文本的HTML的基本语法是()

    • A、<embed url=#></embed> 
    • B、<embed src=#></embed> 
    • C、<a src=#></embed> 
    • D、<a url=#></embed>

    正确答案:B

  • 第15题:

    加入一条水平线的HTML代码是?()

    • A、<hr>   
    • B、<img src="name" border=?>
    • C、<img src="name" align=?> 
    • D、<img src="name">

    正确答案:A

  • 第16题:

    下列哪一项是“下拉式选单”的语法?

    • A、<SELECT></SELECT> 
    • B、<SAMP></SAMP> 
    • C、<ISINDEXPROMPT="***"> 
    • D、TEXTAREAWRAP=OFF

    正确答案:A

  • 第17题:

    在CSS语言中下列哪一项是"左边框"的语法()

    • A、border-left-width:<值>
    • B、border-top-width:<值>
    • C、border-left:<值> 

    正确答案:C

  • 第18题:

    获取页面中所有jpg格式的图片,以下写法正确的是()。

    • A、$("img[src$=jpg]")
    • B、$("img[src^=jpg]")
    • C、$("img[src=jpg]")
    • D、$("img[src*=jpg]")

    正确答案:A

  • 第19题:

    给图片加边框正确的写法是()。

    • A、<img src="" border="blod"/>
    • B、<img src="" width="1"/>
    • C、<img src="" height="1"/>
    • D、<img src="" border="1"/>

    正确答案:D

  • 第20题:

    < img src="url.gif" dynsrc="url.avi">表示图象"url.gif"作为视频的封面。


    正确答案:正确

  • 第21题:

    加入一条水平线的HTML代码是?()

    • A、<hr>
    • B、<img src="name"border=?>
    • C、<img src="name"align=?>
    • D、<img src="name">

    正确答案:A

  • 第22题:

    单选题
    想要获取到img元素的src属性值,以下写法正确的是()。
    A

    $(img).getAttribute(src)

    B

    $(img).attr(src)

    C

    $(img).attr(src,)

    D

    $(img).getAttr(src)


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    R1 forwards a packet from Host 1 to remote Server 1. Which statement describes the use of a MAC as the frame carrying this packet leaves the s0/0/0 interface of R1()。
    A

    The frame does not have MAC addresses.

    B

    The source MAC address in the frame is the MAC address of the NIC of Host 1.

    C

    The source MAC address in the frame is the MAC address of the s0/0/0 interface of R1.

    D

    The destination MAC address in the frame is the MAC address of the NICof server 1.

    E

    The destination MAC address in the frame is the MAC address of the s0/0/0 interface of R2


    正确答案: C
    解析: 暂无解析