AF=A*B
BF=A+B
C
D
第1题:
在CSS语言中下列哪一项是"列表样式图象"的语法()。
A.width:
B.height:
C.white-space:
D.list-style-image:
第2题:
请根据网页显示的效果图(见图6-3)和网页中的元素说明回答问题。
以下是网页部分源代码,请填写______ 处的空格。
<html>
<head>
(1)
<meta. http-equiv="Content-Type" content="text/html; charset=gb2312">
<link hrel="./inc/style.css" rel="stylesheet" type="text/css">
<style. type="text/css"><!-- body { margin-left: Opx; margin-top: Opx; margin-right: Opx; margin-bottom: Opx;}
.style1 { font-family: Arial, Helvetica, sans-serif; color: FFFFFF; }
.style2 {color: FFFFFF}
--></style>
</head>
<body>
<br>
<table width="700" height="420" border="0" align="center" cellpadding="0"cellspacing="1" bgoolor="dddddd">
<tr>
<td valign="top"><table width="700" height="420" border="0" cellpading="0" cellspacing="0" bgcolor="ffff">
<tr>
<td valign="top"><table width="700" border="0" cellpadding="5" cellspacing="0" bgcolor="f1f1f1">
<tr><td>欢迎使用员工管理系统</td></tr>
</table>
<table width="700" height="80" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><(2)="./images/logotitle. gif" width="700" height="80"></td>
</tr>
</table>
<table width="700" height="38" border="0" cellpadding="0" cellspacing="0" background="./images/bg_link.gif">
<tr><td> </td></tr>
</table>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="280"><IMG height="80" src="./images/logo. gif" width="389"></td>
<td valigr="bottom">
<form. method="post" name="Form. 1"(3)="login. asp">
<table width="300" border="0" cellspacing ="0" cellpadding="3">
<tr>
<td>用户名称: </td>
<td><input name="uid" maxlength="14" size="14" ></td>
<td>&nisp;</td>
<td> </td>
</tr>
<tr>
<td>用户密码: </td>
<td><input type="(4)"name="pwd" maxlength="6" size="14"></td>
<td> </td>
<td><input type="(5)"border="0" height="20" src="./images/login.gif" width:"54"></td>
</tr>
(6)
第3题:
表示控件在窗体上位置的属性是______。
A.Top和Left
B.Top或Left
C.Height或Width
D.Height和Width
第4题:
关于图片大小的设置,以下说法正确的是()。
第5题:
如果在HTML页面中包含如下图片标签,则选项中的()语句能够实现隐藏该图片的功能。 < img id=”pic” src=”Sunset.jpg” width=”400” height=”300”>
第6题:
组件的setSize()方法签名正确的是哪项?()
第7题:
以下关于width属性和height属性语法格式正确的是()。
第8题:
以下定位,脱离文档流的是()。
第9题:
在HTML中,点击图片”previous.gif”上的超级链接后页面将加载历史列表中的上一个URL页面。代码如下所示,应在下划线处填入() < img src=”previous.gif” width=”67” height=”21”>
第10题:
在〈img〉标签中通过设置height和width属性值可设定图片高、宽度
height=60表示设置图片的高度为60像素
width=50%表示图片的宽度为显示器全屏宽度的50%
当只设置了height值而没设置width值时,图像宽度保留
第11题:
#box{width:100px;height:50px;}
#box{width:100px;height:50px; position:absolute;}
#box{width:100px;height:50px; position:static;}
#box{width:100px;height:50px; position:relative;}
第12题:
setSize(int width,int height)
setSize(int x,int y,int width,int height)
setSize(Dimension dim)
以上皆不是
第13题:
在代码行“<img src="huangshan.jpg".width="150"height="150"alt="黄山"align="left"left"hspace="10"vspace="10">”中hspace="10"vspace="10"是什么意思?
第14题:
用HTML文件显示Applet时,下面哪些属性是必不可少的? ( )
A.name, height, width
B.code, name
C.codebase, height, width
D.code, height, width
第15题:
在HTML页面上包含如下创建层的语句,那么编写Javascript语句实现显示该层的语句错误的是() < html> < body> < div id=”imageLayer” style=”display:none;”> < img src=”images/Sunset.jpg” width=”200” height=”100”> < /div> < /body> < html>
第16题:
如果在HTML页面中包含如下图片标签,则在下划线处添加()代码能够实现隐藏该图片的功能。 < img id=”pic” src=”Sunset.jpg” width=”400” height=”300” _____ >
第17题:
设置表格的高度为600的HTML代码是()
第18题:
图像在网页显示的代码正确的是()
第19题:
确定一个窗体或控件的大小的属性是()。
第20题:
给图片加边框正确的写法是()。
第21题:
确定一个窗体大小的属性是()。
第22题:
<IMG style="FILTER: ; WIDTH: 161px; HEIGHT: 39px" height=39 alt="" hspace=0 src="https://static.tiw.cn//files/201202/20120222172336171.jpg" width=161 border=0>
<IMG style="FILTER: ; WIDTH: 148px; HEIGHT: 39px" height=39 alt="" hspace=0 src="https://static.tiw.cn//files/201202/20120222172344780.jpg" width=148 border=0>
<IMG style="FILTER: ; WIDTH: 136px; HEIGHT: 38px" height=38 alt="" hspace=0 src="https://static.tiw.cn//files/201202/20120222172350368.jpg" width=136 border=0>
<IMG style="FILTER: ; WIDTH: 136px; HEIGHT: 41px" height=41 alt="" hspace=0 src="https://static.tiw.cn//files/201202/20120222172358505.jpg" width=136 border=0>
第23题:
name,height,width
codebase,height,width
code,name
code,height,width
第24题:
<img src= border=blod/>
<img src= width=1/>
<img src= height=1/>
<img src= border=1/>