欢迎来到天天文库
浏览记录
ID:19083642
大小:15.25 KB
页数:5页
时间:2018-09-28
《腾讯招聘设计类笔试试题》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、腾讯招聘设计类笔试试题 1.为div设置类a与b,应编写HTML代码- _________。 2.设置CSS属性clear的值为_both___________时可清除左右两边浮动。 3.____li________标签必须直接嵌套于ul、ol中。 4.CSS属性_____margin_______可为元素设置外补丁。 5.设置CSS属性float的值为___none_________时可取消元素的浮动。 6.文字居中的CSS代码是____text-align:center________。 1.下列哪个样式定义
2、后,内联(非块状)元素可以定义宽度和高度(C) A.display:inlineB.display:noneC.display:blockD.display:inheric 2.选出你认为最合理的定义标题的方法(C) A.文章标题 B.文章标题 C.文章标题 D.文章标题 3.br标签在XHTML中语义为(A) A.换行B.强调C.段落D.标题 4.不换行必须设置(AC) 5.在使用table表现数据时,有时候表现出来的会比自己实际设置的宽度要宽,为此需要设置下面哪些属性值(AD) A.cellpa
3、dding=”0″B.padding:0C.margin:0D.cellspacing=”0″ 1.CSS属性font-style用于设置字体的粗细。(×) 2.CSS属性overflow用于设置元素超过宽度时是否隐藏或显示滚动条。(√) 3.在不涉及样式情况下,页面元素的优先显示与结构摆放顺序无关。(×) 4.在不涉及样式情况下,页面元素的优先显示与标签选用无关。(√) 5.display:inline兼容所有的浏览器。(√) 6.input属于窗体元素,层级显示比flash、其它元素都高。(×) 1.写出ul
4、、ol、dl三种列表的html结构。 答: 2.将以下CSS代码进行缩写,注意要符合缩写的规范。 a)代码一:border-width:1px; border-color:#000; border-style:solid; b)代码二:background-position:00; background-repeat:no-repeat; background-attachment:fixed; background-color:#f00; background-image:url(); c)代码三:fo
5、nt-style:italic; font-family:"LucidaGrande",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(); e)代码五:margin-left:20px; margin-right:20px;
6、 margin-bottom:5px; margin-top:20px; f)代码六:color:#336699; color:#ffcc00; 答:代码一:border:1px#000solid; 代码二:background:#f00url()no-repeatfixed00; 代码三:font:italicboldsmall-caps1em/140%"lucidaGrande",sans-serif; 代码四:list-style:url()squareinside; 代码五:margin:20px20
7、px5px20px; 代码六:color:#369;color:#fc0; 3.修改以下代码,使其结构更加合理以及符合W3C标准。(XHTML Strict) 代码: Don’tbuytheseelectronicsused Moneymaybetight,butyoumaykickyourselfforpurchasingtheseelectronicssecondhand. /> Evenwhenthepriceislow,theriskmaybetoohigh. /> src=””> href=””t
8、arget=”_blank”>home href=””target=”_blank”>content 答: Don’tbuytheseelectronicsused Moneymaybetight,butyoumaykickyourselfforpurchasingt
此文档下载收益归作者所有