参考答案和解析
正确答案:C
更多“站点地图文件中,下面哪个属性不属于 Site Map Node 元素?()A、urlB、titleC、textD、description”相关问题
  • 第1题:

    下面哪个不属于weblogic的概念 ()

    A. 概要文件profile

    B. domain

    C. cluster

    D. node


    参考答案A

  • 第2题:

    关于站点地图说法错误的是()

    • A、站点地图文件是xml格式的文件
    • B、站点地图根节点为元素,每个文件有且仅有一个根节点。
    • C、下一级有且仅有一个节点。
    • D、站点地图中,同一个URL可以出现多次

    正确答案:D

  • 第3题:

    PowerPoint中ShockwaveFlashObject控件,()属性用于指定影片文件的路径。

    • A、URL
    • B、Movie
    • C、EmbedMovie
    • D、Menu

    正确答案:C

  • 第4题:

    关于站点地图以下说法错误的是()。

    • A、要显示站点地图,可单击站点管理窗口的“站点地图”,然后从下拉菜单中选择“地图和文件”
    • B、如果尚未指定站点主页文件,则Dreamweaver MX 2004将选择根目录下面的网页作为站点主页
    • C、站点地图将显示当前站点文件和主页的链接关系
    • D、站点地图默认将出现在左面窗口中

    正确答案:B

  • 第5题:

    下面不属于Fireworks查找和替换元素的是:()

    • A、URL
    • B、字号
    • C、字体
    • D、文本

    正确答案:B

  • 第6题:

    通常来说,HTML文件的正文如标记应该放在下面的哪个标记中?()

    • A、<head>
    • B、<title>
    • C、<body>
    • D、<meta>

    正确答案:C

  • 第7题:

    在表单元素input的type属性中,表示的单选框的是()。

    • A、checkbox
    • B、radio
    • C、text
    • D、password

    正确答案:B

  • 第8题:

    通过控件数组的()属性,可区分控件数组中的不同元素。

    • A、Name
    • B、Title
    • C、Caption
    • D、Index

    正确答案:D

  • 第9题:

    PowerPoint中Shockwave Flash Object控件,()属性用于指定影片文件的路径

    • A、URL
    • B、Movie
    • C、EmbedMovie
    • D、Menu

    正确答案:C

  • 第10题:

    You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site. You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform?()

    • A、Add a SiteMapDataSource control to the Web Form and bind the TreeView control to it.
    • B、Add a SiteMapPath control to the Web Form and bind the TreeView control to it.
    • C、Embed the site map XML within the SiteMap node of a Web.sitemap file.
    • D、Embed the site map XML within the AppSettings node of a Web.config file.
    • E、Set the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.
    • F、Set the SkipLinkText property of the SiteMapPath control to Sales.

    正确答案:A,C,E

  • 第11题:

    单选题
    关于站点地图说法错误的是()
    A

    站点地图文件是xml格式的文件

    B

    站点地图根节点为元素,每个文件有且仅有一个根节点。

    C

    下一级有且仅有一个节点。

    D

    站点地图中,同一个URL可以出现多次


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

  • 第12题:

    单选题
    下面哪些操作不可以在“文件”面板中完成()
    A

    创建新文件

    B

    显示站点地图

    C

    文件的移动和删除

    D

    复制站点


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

  • 第13题:

    下面哪些操作不可以在“文件”面板中完成()

    • A、创建新文件
    • B、显示站点地图
    • C、文件的移动和删除
    • D、复制站点

    正确答案:D

  • 第14题:

    Dreamweaver的站点(Site)菜单中,SiteMapView→LinktoNewFile表示?()

    • A、将一个选定文件作为地图的起始点
    • B、创建一个新文件而后添加一链接至选定页面
    • C、在选定页面中添加一文本至当前文件
    • D、更新链接

    正确答案:B

  • 第15题:

    下列选项中,不属于文本框“TextBox”属性的是()。

    • A、BackColor
    • B、Font
    • C、Text
    • D、Picture

    正确答案:D

  • 第16题:

    以下哪个不是HTML标签属性align的属性值()。

    • A、left
    • B、title
    • C、right
    • D、center

    正确答案:B

  • 第17题:

    下面HTML标记中,哪个是表示表格标记:()。

    • A、<html>…………</html>
    • B、<title>…………</title>
    • C、<table>…………</table>
    • D、<head>…………</head>

    正确答案:C

  • 第18题:

    下面哪个不属于weblogic的概念()

    • A、domain
    • B、cluster
    • C、概要文件profile
    • D、node

    正确答案:C

  • 第19题:

    下面()不是HTML元素的表示方法。

    • A、〈元素名〉文件或超文本〈/元素名〉
    • B、〈元素名属性名="属性值"〉文本或超文本〈/元素名〉
    • C、〈/元素名属性名="属性值"〉
    • D、〈元素名〉

    正确答案:C

  • 第20题:

    下列哪个属性可以设置窗体中显示文本的字体大小()。

    • A、ForeColor
    • B、Font
    • C、Text
    • D、Backcolor

    正确答案:B

  • 第21题:

    通常来说,HTML文件的正文如标记应该放在下列哪个标记中()。

    • A、<head>
    • B、<title>
    • C、<body>
    • D、<meta>

    正确答案:C

  • 第22题:

    单选题
    站点地图文件中,下面哪个属性不属于元素?()
    A

    url

    B

    title

    C

    text

    D

    description


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

  • 第23题:

    多选题
    You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site. You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform?()
    A

    Add a SiteMapDataSource control to the Web Form and bind the TreeView control to it.

    B

    Add a SiteMapPath control to the Web Form and bind the TreeView control to it.

    C

    Embed the site map XML within the SiteMap node of a Web.sitemap file.

    D

    Embed the site map XML within the AppSettings node of a Web.config file.

    E

    Set the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.

    F

    Set the SkipLinkText property of the SiteMapPath control to Sales.


    正确答案: A,E
    解析: 暂无解析