目前本站已有 十几万 份求职资料啦!


笔试(网页设计)2

10-16 00:00:09 来源:http://www.qz26.com 笔试题目   阅读:8343
导读:四、用心想一想,你一定是生活中的智者! (每题9分,共36分)1. 写出ul、ol、dl三种列表的html结构。答:<ul> <li> </li> </ul> <ol> <li> </li> </ol> <dl> <dt> </dt> <dd> </dd> </dl> 2. 将以下CSS代码进行缩写,注意要符合缩写的规范。a) 代码一:border-width:1px;border-color:#000;border-style:solid;b) 代码二:background-position:0 0;background-repeat:no-repeat;background-attachment:fixed;background-color:#f00;background-image:url(ba
笔试(网页设计)2,标签:银行笔试题目,企业笔试题目,http://www.qz26.com


四、用心想一想,你一定是生活中的智者! (每题9分,共36分)

1. 写出ul、ol、dl三种列表的html结构。

答:


<ul>   <li> </li> </ul> <ol>   <li> </li> </ol> <dl>   <dt> </dt>   <dd> </dd>
</dl>
 

2. 将以下CSS代码进行缩写,注意要符合缩写的规范。

a)       代码一:

border-width:1px;

border-color:#000;

border-style:solid;

b)       代码二:

background-position:0 0;

background-repeat:no-repeat;

background-attachment:fixed;

background-color:#f00;

background-image:url(background.gif);

c)         代码三:

font-style:italic;

font-family:"Lucida Grande",sans-serif;

font-size:1em;

font-weight:bold;

font-variant:small-caps;

line-height:140%;

d)       代码四:

list-style-position:inside;

list-style-type:square;

list-style-image:url(image.gif);

  www.qz26.com

e)       代码五:

margin-left:20px;

margin-right:20px;

margin-bottom:5px;

margin-top:20px;

f)       代码六:

color:#336699;

color:#ffcc00;

答:

代码一:border:1px #000 solid;

代码二:background: #f00 url(background.gif) no-repeat fixed 0 0;

代码三:font:italic bold small-caps 1em/140% "lucida Grande",sans-serif;

代码四:list-style: url(image.gif) square inside;

代码五:margin:20px 20px 5px 20px;

代码六:color:#369;color:#fc0;

3. 修改以下代码,使其结构更加合理以及符合W3C标准。(XHTML 1.0 Strict)

4. 简述border:none以及border:0的区别,并给出使用建议。

答:border:none表示边框样式无,border:0表示边框宽度为0;当定义了border:none,即隐藏了边框的显示,实际就是边框宽度为0.

当定义边框时,必须定义边框的显示样式.因为边框默认样式为不显示none,所以仅设置边框宽度,由于样式不存在,边框的宽度也自动被设置为0.


Tag:笔试题目银行笔试题目,企业笔试题目求职笔试面试 - 笔试题目
【字号: 】 【打印】 【关闭
《笔试(网页设计)2》相关文章
最新更新
推荐热门
联系我们 | 网站地图 | 财务资料 | 范文大全 | 求职简历 | 财会考试 | 成功励志
Copyright 二六求职资料网 All Right Reserved.
1 2 3 4 5 6 7 8 9 10