A: <;xml-stylesheet type="text/css" href="stylesheetURL" >;
B: <;?xml-stylesheet type="text/css" href="stylesheetURL" ?>;
C: <;?xml-stylesheet type="text/css" href="stylesheetURL" >;
D: <;?xml-stylesheet type="text/css" href="stylesheetURL" />;
举一反三
- 在XML文档中加入样式单处理指令,下面语法正确的是( )。 未知类型:{'options': ['[xml-stylesheet type="text/css" href="stylesheetURL" ]', '[?xml-stylesheet type="text/css" href="stylesheetURL" ?]', '[?xml-stylesheet type="text/css" href="stylesheetURL" ]', '[?xml-stylesheet type="text/css" href="stylesheetURL" /]'], 'type': 102}
- 在XML文档中加入样式单处理指令,下面语法正确的是()。 A: B: type="text/css"href="stylesheetURL" C: type="text/css"href="stylesheetURL" D: type="text/css"href="stylesheetURL"/
- 在XML文档中加入样式单处理指令,下面语法正确的是()。 A: B: type="text/css"href="stylesheetURL" C: type="text/css"href="stylesheetURL" D: type="text/css"href="stylesheetURL"/
- 在XML文档中加入样式单处理指令,下面语法正确的是()。 A: B: type="text/css"href="stylesheetURL" C: type="text/css"href="stylesheetURL" D: type="text/css"href="stylesheetURL"/
- 在XML文档中加入样式单处理指令,下面语法正确的是( )。 A: <xml-stylesheet type="text/css" href="stylesheetURL" > B: <?xml-stylesheet type="text/css" href="stylesheetURL" ?> C: <?xml-stylesheet type="text/css" href="stylesheetURL" > D: <?xml-stylesheet type="text/css" href="stylesheetURL" />
内容
- 0
在HTML文件中导入一个样式表的正确语法为_____() A: <link href="c.css" rel="stylesheet" type="text/css"> B: <input href="c.css" rel="stylesheet" type="text/css"> C: <import href="c.css" rel="stylesheet" type="text/css"> D: <link src="c.css" rel="stylesheet" type="text/css">
- 1
使用 <;link>; 标签链接到样式表,语法正确的是? A: <;link rel="stylesheet" type="text/javascript" href="mystyle.js">; B: <;link rel="stylesheet" type="text/css" href="mystyle.css">; C: <;link rel="stylesheet" type="text/javascript" href="mystyle.css">; D: <;link rel="stylesheet" type="text/css" href="mystyle.js">;
- 2
中国大学MOOC: 如果需要用样式单来表现当前的XML文档,则需在XML文档第二行插入处理指令,例如:<?xml-stylesheet type=text/css href=cd.css ?>
- 3
若要在网页中插入样式表style.css,以下用法中正确的是() A: <;link src="style.css" type="text/css" rel="stylesheet">; B: <;link href="style.css" type="text/css" rel="stylesheet">; C: <;include href="style.css" type="text/css" rel="stylesheet">; D: <;link href="style.css" type="text/css">;
- 4
在网站根目录下的CSS文件夹中有一个命名为layout.css的样式文件,则在根目录下的网页文件引用方式为 A: <;link href="layout.css" rel="stylesheet" type="text/css" />; B: <;link href="CSS/layout.css" rel="stylesheet" type="text/css" />; C: <;link href="CSS/layout.css" rel="stylesheet" />; D: <;link href="layout.css" rel="stylesheet" />;