当前位置:首页计算机类软件水平考试初级程序员->在浏览器中运行下面的HTML文件,浏览器窗口中的内容会分成(

在浏览器中运行下面的HTML文件,浏览器窗口中的内容会分成( )行。

<html>

<body>

<p>中国城市</p>

北京

上海

广州

西安<br>兰州

</body>

</html>

  • A.2
  • B.3
  • C.5
  • D.6
查看答案 纠错
答案: B
本题解析:

此题考察HTML语言基础知识。

<p> 标签定义段落。

<br>简单的换行。

更新时间:2021-11-25 02:54

你可能感兴趣的试题

单选题

( )is a method or procedure for carrying out a task.

  • A.Thought
  • B.Ideality
  • C.Algorithm
  • D.Creation
查看答案
单选题

One of the major features in C++( )handling,which is a better way of handling errors.

  • A.data
  • B.pointer
  • C.test
  • D.exception
查看答案
单选题

( )of database refers to the protection of data against unauthorized disclosure, alteration,or destruction.

  • A.Security
  • B.Access
  • C.Backup
  • D.Creation
查看答案
单选题

We consider a( )successful only when an error is discovered.

  • A.design
  • B.program
  • C.development
  • D.test
查看答案
单选题

In C language,( )consists of variables and constants connected by operators.

  • A.an expression
  • B.a subroutine
  • C.a function
  • D.a loop
查看答案
单选题

在 Windows 系统中,通过安装( )组件来创建 FTP 站点。

  • A.DNS
  • B.IIS
  • C.POP3
  • D.Telnet
查看答案
单选题

在地址栏中输入www.abc.com,浏览器默认的协议是( )。

  • A.HTTP
  • B.DNS
  • C.TCP
  • D.FTP
查看答案
单选题

在 HTML 中,表格边框的宽度由( )属性指定。

  • A.width
  • B.height
  • C.border
  • D.cellpadding
查看答案
单选题

以下 IP地址中,( )可以指定给因特网接口。

  • A.10.110.33.224
  • B.40.94.255.10
  • C.172.16.17.18
  • D.192.168.22.35
查看答案
单选题

随着社会信息化程度的迅速提高,我们已经进入了大数据时代。数据量的单位也在不断扩展 :B、KB、MB、GB、TB、PB、EB、ZB 等,后者是前者的 1024 倍。因此, 1EB= ( )GB。

  • A.1 K
  • B.1 M
  • C.1G
  • D.1 T
查看答案