题目详情

在HTML页面中需要链入外部样式表,样式表文件名为mystyle.css,且与网页文件位于同一目录,则正确链入该样式表的代码是(  )。

中级电子商务设计师,历年真题,2018年下半年(上午)《电子商务设计师》真题

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D

正确答案及解析

正确答案
B
解析

本题考查HTML页面链入外部CSS文件的用法。

链入外部CSS文件应在HTML页面head区域添加如下格式代码:

<link type=“text/css”rel=“stylesheet”href=“css所在路径”/>

根据题意,样式表文件名为mystyle.css

故表示为<link type=“text/css”rel=“stylesheet”href=“mystyle.css”/>,本题选B(其中ABC项表示错误)

插入CSS3四种方式

(1)内嵌样式表:直接添加在html的标识符里

例如:<p style=“color:black;font-size:14px;”>CSS实例</p>

(2)内部样式表:定义在<head></head>间,仅作用于本文档

例如:<style type="text/css">

body{color:blue;font-size:20px;}</style>

(3)链入外部样式表:CSS以文件的形式存在,在<head></head>间使用<link>标记连接外部文件

例如:<link rel=“stylesheet”type=“text/css”href=“xxx.css”></link>

(4)导入外部样式表:直接导入外部CSS文件

例如:<style type=“text/css”>

@import url(外部样式表文件地址);</style>

包含此试题的试卷

你可能感兴趣的试题

单选题

Advancements in ( )have contributed to the growth of the automotive industry through the creation and evolution of self-driving vehicles.

  • A.Artificial Intelligence
  • B.Cloud Computing
  • C.Internet of Things
  • D.Big Data
查看答案
单选题

In project human resource management , ( )is not a source of power for the project manager.

  • A.referent power
  • B.expert power
  • C.reward power
  • D.audit power
查看答案
单选题

At the project establishment stage , the feasibility study mainly includes techinical feasibility analysis , ( ), operation environment feasibility analysis and other aspects of feasibility analysis.

  • A.detail feasibility analysis
  • B.opportunity analysis
  • C.economic feasibility analysis
  • D.risk analysis
查看答案
单选题

( )is a grid that shows the project resources assigned to each work package.

  • A.Stakeholder engagement assessment matrix
  • B.Requirements traceability matrix
  • C.Probability and impact matrix
  • D.Responsibility assignment matrix
查看答案
单选题

Xinhua News Agency reported in January 2022,Chian will further promote the developmet of a digital economy during the 14th Five-Year Plan eriod(2021-2025). The plan also emphasized industrial ( )transformation.

  • A.digital
  • B.networking
  • C.intelligentize
  • D.informatization
查看答案

相关题库更多 +