A@sina.com
B@sina
Csina
Dzjxm
在HTML文件中导入一个样式表的正确语法为()。A、<link href="css/css1.css" rel="stylesheet" type="text/css">B、<input href="css/css1.css" rel="stylesheet" type="text/css">C、<import href="css/css1.css" rel="stylesheet" type="text/css">D、<link src="css/css1.css" rel="stylesheet" type="text/css">
点击查看答案
下列的HTML中哪个可以产生文本框?()A、<input type="textfield"> B、<textinput type="text"> C、<input type="text"> D、<textfield>
下列能够正确在一个htm页面中导入在同一目录下的“StyleSheet1.css”样式表的是()。A、<style>@importStyleSheet1.css;</style>B、<link rel=”stylesheet”type=”text/css”href=”StyleSheet1.css”>C、<link rel=”StyleSheet1.css”type=”text/css”>D、<link rel=”stylesheet”type=”text/javascript”href=”../htm/StyleSheet1.css”>
在CSS中,使用链入式引入CSS样式表,要通过设置<link/>标签的()属性。A、type="text/css"B、rel="stylesheet"C、href=""D、rel="sheetstyle"
若要在网页中插入样式表main.css,以下用法中,正确的是()。A、<Linkhref=”main.css”type=text/cssrel=stylesheet> B、<LinkSrc=”main.css”type=text/cssrel=stylesheet> C、<Linkhref=”main.css”type=text/css> D、<Includehref=”main.css”type=text/cssrel=stylesheet>
A user has written a script that is not running correctly and asks an administrator for help. Without adding anything to the script, how can the administrator determine the cause of the problem?()A、Run the script with an 'sh -x' in front.B、Run the script with a 'ksh -v' in front.C、Type debug into the command line before running the script.D、Type 'set -x' into the command line before running the script.
多选题下列能够正确在一个htm页面中导入在同一目录下的“StyleSheet1.css”样式表的是()。A<style>@importStyleSheet1.css;</style>B<link rel=”stylesheet”type=”text/css”href=”StyleSheet1.css”>C<link rel=”StyleSheet1.css”type=”text/css”>D<link rel=”stylesheet”type=”text/javascript”href=”../htm/StyleSheet1.css”>