dreamweaver网页设计A试卷 下载本文

内容发布更新时间 : 2026/9/20 1:31:13星期一 下面是文章的全部内容请认真阅读。

??? ? ? ? ? ? ?号?座? ? ? 线 ? ? ? ?级?班 ? ? ? ? ? ? 封 ? ? ? 名?姓? ? ? ? ? ? ? ? ? ? 密系 ??????? ?? ??

商丘职业技术学院期末考试试卷

考试科目:dreamweaver网页设计A卷 2009年 月 日

说明:答案都写在试卷上,打在其他地方无效。

本试卷共 六 页 共 二 大题

题 号 一 二 三 四 五 六 七 八 总 分 得 分 得分 评卷人 一、 选择题(共30小题,每小题1分,共30分)。 1.HTML指的是_______ A. 超文本标记语言(Hyper Text Markup Language) B. 家庭工具标记语言(Home Tool Markup Language) C. 超链接和文本标记语言(Hyperlinks and Text Markup Language) 2.Web标准的制定者是_______ A.微软(Microsoft) B.万维网联盟(W3C) C.网景公司(Netscape) 3.在下列的 HTML 中,哪个是最大的标题_______ A.

B. C. D.

4. 在下列的 HTML 中,哪个可以插入折行_______ A.
B. C. 5.在下列的 HTML 中,哪个可以添加背景颜色_______ A. yellow C. B. C. D. 7.请选择产生斜体字的 HTML 标签_______ A. B. C. (第1页 共6页) 8.用HTML标记语言编写一个简单的网页,网页最基本的结构是_______ A ? ? B ? ? C ? ? D ? ?

9.若要以标题2号字、居中、红色显示”vbscrip”,以下用法中,正确的是_______ A.

vbscript

B.

<

font color=”#ff00000”>vbscript

C.

align=”center”>vbscript<

/div>

D.

< font color=”#ff00000”>vbscript

10.以下标记符中,用于设置页面标题的是_______ A. B.<caption> C.<head> D.<html> 11. 在下列的 HTML 中,哪个可以产生超链接_______ A.<a url=\B.<a href=\C.<a http://www.w3school.com.cn</a> D.<a name=\12. 如何制作电子邮件链接_______ A. <a href=\B. <mail href=\C. <a href=\D. <mail>xxx@yyy</mail> 13 . 如何在新窗口打开链接_______ A.<a href=\B.<a href=\C.<a href=\14 . 以下选项中,哪个全部都是表格标签_______ A.<table><head><tfoot> B.<table><tr><td> C.<table><tr><tt> D.<thead><body><tr> (第2 页 共 6 页) </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> C. <img src=\</p><p> 24. 分析下面的 HTML代码段,该页面在浏览器中的显示效果为_______ </p><p>15.请选择可以使单元格中的内容进行左对齐的正确 HTML 标签_______ </p><p> ?? ? ? ? ? ? ? ? 号?座? ? ? 线 ? ? ? ? 级?班? ? ? ? ? ? 封 ? ? ? 名?姓? ? ? ? ? ? ? ? ? ? 密 系 ? ? ?? ? ?? </p><p>? ?? ?A.<td align=\B.<td valign=\C.<td leftalign> D.<tdleft> 16.如何产生带有数字列表符号的列表_______ A.<ul> B.<dl> C.<ol> D.<list> 17 . 如何产生带有圆点列表符号的列表_______ A.<dl> B.<list> C.<ol> D.<ul> 18 . 在下列的 HTML 中,哪个可以产生复选框_______ A.<input type=\B.<checkbox> C.<input type=\D.<check> 19 . 在下列的 HTML 中,哪个可以产生文本框_______ A.<input type=\B.<textinput type=\C.<input type=\D.<textfield> 20. 在下列的 HTML 中,哪个可以产生下拉列表_______ A. <list> B. <input type=\C. <input type=\D. <select> 21. 在下列的 HTML 中,哪个可以产生文本区(textarea)_______ A. <textarea> B. <input type=\C. <input type=\22. 在下列的 HTML 中,哪个可以插入图像_______ A. <img href=\B. <image src=\C. <img src=\D. <img>image.gif</img> 23. 在下列的 HTML 中,哪个可以插入背景图像_______ A. <body background=\B. <background img=\ (第3页 共6 页) <HTML> <body> <marquee scrolldelay=”200”direction=”up”>Welcome!</marquee> </body> </HTML> A.从左向右滚动显示“Welcome!” B.从右向左滚动显示“Welcome!” C.从上向下滚动显示“Welcome!” D.从下向上滚动显示“Welcome!” 25. 分析下面的HTML代码片段,则选项中的说法错误的是_______ (选择二项) <table border=”10” bordercolor=”yellow cellspacing=”0” cellpadding=”5> <tr bgcolor=”red”> <td colspan=”2”>书籍</td> <td colspan=”3”>音响</td> </tr> <tr> <td>图书</td><td>杂志</td><td>磁带</td><td>CD</td><td>DVD</td> </tr> </table> A. 表格共5列,“书籍”跨2列,“音像”跨3列 B. 表格的背景颜色为yellow C. “书籍”和”音像”所在的行的背景为red D.表格中文字与边框距离为0,表格内框宽度为5 26.分析下面的HTML代码片段,则选项中的说法正确的是_______(选择二项) <table border=“10“> <tr><td colspan=2 align=“center“>姓名</td></tr> <tr><td rowspan=2align=“center“>成绩</td><td align=“center“>语文</td></tr> <tr><td colspan=2 align=“cenrter“>数学</td></tr> </table> A.该表格共有2行3列 B. 该表格的边框宽度为10毫米 C.该表格中的文字均居中显示 D.“姓名“单元格跨2列 27. 某站点主页面index.html的代码如下所示,假设在left.html中包含如下链接代码, (第 4 页 共 6 页) ??? ? ? ? ? ? ?号?座? ? ? 线 ? ? ? ?级?班? ? ? ? ? ? 封 ? ? ? 名?姓? ? ? ? ? ? ? ? ? ? 密系 ???????????希望点击次连接后在right.html的位置显示链接的文档内容,则修改此链接为</p><p>_______ </p><p> Index.html的代码: <html> </p><p> <frameset border=”5” rows “20%,*”> </p><p> <frame src=”top.html” name=”topframe” scrolling=”no”> <frameset cols=”20%,*”> </p><p> <frameset sre=”left.html” name=”leftname” scrolling=”no”> <frame src=”right.html” name=”rightframe”> </frameset> </frameset> </html> </p><p>Left.html的链接代码: </p><p><a href=”login.html”>登陆</a> </p><p>A. <a href =”login.html” target=”right.html”>登陆</a> B. <a href =”login.html” target=”rightframe”>登陆</a> C. <a href =”right.html” target=”login.html”>登陆</a> D. <a href =”rightframe” target=”login.html”>登陆</a> </p><p>28.某站点主页面index.html的代码如下所示,则选项中关于这段代码的说法正确的是( ) <html> </p><p><frameset border=“5“ cols=”*,100“> <frameset rows=“100,*“> </p><p> <frame src=”top.html”name=”topFrame” scrolling=”No”/> <frame src=”left.html”name=”leftFrame”/> </frameset> </p><p> <frame src=“right.html”name=”rightFrame” scrolling=”No”/> </frameset> </html> </p><p>A. 该页面共分为三部分 </p><p>B. Top.html显示在页面的上半部分,其宽度和窗口宽度一致 C. Left.html显示在页面的左下部分,其高度为100像素 D. Right.html显示在页面的右下部分,其高度小于窗口高度 29.分析下面的HTML代码片断,则选项中的说法错误的是_______ <table border=”2”> <tr bgcolor=”yellow”> <td bgcolor=”red”>1月</td> </p><p> (第</p><p>5页 共6 页) </p><p><td>2月</td> <td bgcolor=”green”>3月</td> </tr> <tr bgcolor=”gray”> <td bgcolor=”red”>5月</td> <td>6月</td> <td bgcolor =”green”>7月</td> </tr> </table> A. “1月”单元格的背景色为红色(red) B. “2月”单元格的背景色为网页背景色 C. “6月”单元格背景为灰色(gray) D. “7月”单元格的背景色为绿色(green) 30.若要在页面中创建一个图形超链接,要显示的图形为 myhome.jpg,所链接的地址为http://www.pcnetedu.com,以下用法中,正确的是_______ A <a href=”http://www.pcnetedu.com”>myhome.jpg</a> B <a href=” http://www.pcnetedu.com”><img src=”myhome.jpg”></a> C <img src=”myhome.jpg”><a href =”http://www.pcnetedu.com”></a> D <a href =http://www.pcneredu.com><img src=”myhome.jpg”> 得分 评卷人 二、dreamweaver设计题(70分) 利用<image>文件夹中所提供的素材和所呈现的网页样本图片,综合运用 dreamweaver技术制作如下页面: 要求:1.页面布局合理性 2.网页设计的一致性 3.整体色彩、搭配的合理性 4.综合知识能力的运用 (第6页 共6 页) </p><p></p><div class="page"><ul><li><a href=mlhd_5vobn3pwya38ccg96pag_1.html class="hover" >1</a></li><li><a href=mlhd_5vobn3pwya38ccg96pag_2.html>2</a></li></ul></div></p><a name="bot"></a></div> <div class="ad1" style="height:95px;"></div> <div class="conter-line"> <a rel="nofollow" class="title2" href="/lhdl_5vobn3pwya38ccg96pag.html" target="_blank">Word文档下载:dreamweaver网页设计A试卷.doc</a> <a class="top" title="" href="#top"></a> </div> <div class="conter-line"><a class="title2" title="dreamweaver网页设计A试卷" href="lhs_02s03602t02p03103b02t02p03a02t036p5du45rlqrkx01trmdghj_1.html">搜索更多:dreamweaver网页设计A试卷</a> <a class="top" title="" href="#top"></a> </div><br><br> <div class="conter-line"><a class="title2" href="#">最新浏览</a> <div class="next-txt sile-list"> <ul> <li><a title="【附20套精选模拟试卷】2020版《一点一练》高考化学(全国" href="lhs_9hstok01e01chnbon2sg9kypjj3rmdghj9ht01e01c01e01cmko9hmfeom9lfeop1f9hnul4pabgeui1y014g2wh6l_1.html">【附20套精选模拟试卷】2020版《一点一练》</a></li><li><a title="咨询师继续教育-城市地下空间开发利用试卷" href="lhs_gq0rmqikop2fp2lk0ppf6019hceikih80fezo6ytmcirkgk1g89n54rmdghj_1.html">咨询师继续教育-城市地下空间开发利用试卷</a></li><li><a title="2016年跨境电商初级人才认证考试试题答" href="lhs_01e01c01d01iinos14hhfn5hgueg7xp0nfjujf1rl0rltpabrmdrmdu54od0_1.html">2016年跨境电商初级人才认证考试试题答</a></li><li><a title="生化习题集(3)- " href="lhs_n4vgeufhcu54ts601401f01501900w_1.html">生化习题集(3)- </a></li><li><a title="2018年关于落实企业安全主体责任实施方案" href="lhs_01e01c01d01kinog37fimq4di3ifltffei2xg2wfgbfo3rvnflni3ik3hk3dklk_1.html">2018年关于落实企业安全主体责任实施方案</a></li><li><a title="business analysis and valuatio" href="lhs_02q03903702x03202t03703700w02p03202p03003d03702x03700w02p03202s00w03a02p03003902p03802x033_1.html">business analysis and v</a></li><li><a title="CAD实验" href="lhs_01v01t01wi3iuj0_1.html">CAD实验</a></li><li><a title="“十三五”重点项目-生物有机肥生产加工项目商业计划书" href="lhs_6ccgg1fexfis6cdsstm9lu49nhq019n4vmllkcpke2petn4vfjbgbkijpu49nhqguefferkxg7mfhi_1.html">“十三五”重点项目-生物有机肥生产加工项目商业</a></li><li><a title="第七套" href="lhs_obwferhnb_1.html">第七套</a></li><li><a title="天猫店铺运营计划" href="lhs_hm1mqziontfeseoq3prkxg7m_1.html">天猫店铺运营计划</a></li> </ul> </div> </div><br><br> </div> <div class="side"> <div class="side-conter"> <div class="conter-line"> <a class="title3" title="" target="_blank">热门浏览</a> </div> <div class="next-txt sile-list"> <ul><li><a title="dreamweaver网页设计A试卷" href=lhd_5vobn3pwya38ccg96pag_1.html>dreamweaver网页设计A试卷</a></li><li><a title="【精编】备考2019年中考物理复习专练专题05 热和能(必考知识点精讲)" href=lhd_5kh2e4y4tv2r4yi9c8hj79c964hjzq00lfe_1.html>【精编】备考2019年中考物理复习专练专题05 热和能(必考知识点精讲)</a></li><li><a title="【中小学资料】2018版高中数学 第三章 三角恒等变换 3.2 简单的三角恒等变" href=lhd_12y4y3nklc72h8v7sa970wk4t3v47w00u2p_1.html>【中小学资料】2018版高中数学 第三章 三角恒等变换 3.2 简单的三角恒等变</a></li><li><a title="社区护理习题" href=lhd_9rrru4pp6v5dq8n1sb7o_1.html>社区护理习题</a></li><li><a title="《学前儿童科学教育基础》试题库答案" href=lhd_0cage05id65ap1d1l9h8_3.html>《学前儿童科学教育基础》试题库答案</a></li><li><a title="《机械设计基础》试题库_凸轮机构" href=lhd_0k23p0box63bj0w6hx0l_5.html>《机械设计基础》试题库_凸轮机构</a></li><li><a title="第七章综合练习题" href=lhd_599qz91bwp423gj8fm02_1.html>第七章综合练习题</a></li><li><a title="2018-2019学年湖南省长沙市岳麓区麓山国际实验学校八年级(上)期中物理试卷" href=lhd_4lr010nax15nd0e7n2yj9vfqx3d4wu015wu_1.html>2018-2019学年湖南省长沙市岳麓区麓山国际实验学校八年级(上)期中物理试卷</a></li><li><a title="2018年中考历史真题单元汇编九上第三四单元封建时代的欧洲和亚洲试题" href=lhd_9nr2y9v6jz3pebe0io3703gjy5zd2f00lts_1.html>2018年中考历史真题单元汇编九上第三四单元封建时代的欧洲和亚洲试题</a></li><li><a title="佳能打印机喷头如何清洗" href=lhd_35rfh9z7kd2wkqq4m2hr_1.html>佳能打印机喷头如何清洗</a></li> </ul> </div> </div> <div class="ad5s" id="pin"> </div> </div> </div> <div class="footer"> <div class="main"> <a class="footer-logo"></a> <ul> <li><a href="new.html" target="_blank">精选文档</a></li> <li><a href="about.asp?id=1" target="_blank"> | 免责声明</a></li> <li><a href="about.asp?id=2">| 服务条款</a></li> <li><a href="about.asp?id=3">| 联系我们</a></li> <li><a href="javascript:go2('lhd_5vobn3pwya38ccg96pag_1.html')">| 举报本页文档</a></li> </ul> <span>All rights reserved Powered by <a href="./"> 南京廖华答案网 </a><br /> 资料来自互联网, 有任何疑问,请联系客服:779662525☒qq.com <a href="https://beian.miit.gov.cn/" target="_blank" class="text">苏ICP备20003344号-4</a></span></div> </div> <script src="http://cpro.baidustatic.com/cpro/ui/f.js" type="text/javascript"></script> <script type="text/javascript">function c(){if(f1.word.value==''){f1.word.focus();}else{f1.action='ss.asp';f1.submit();}return false;} function go2(t){document.f1.action='about.asp?url='+t;document.f1.target="_blank";document.f1.submit();} </script> <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script> <script type="text/javascript"> $(window).scroll(function() { var h = $(window).height(); var top = $(window).scrollTop(); var rFixedBox = $('#pin').prev().offset(); var fixedTop = rFixedBox.top; if(top>=fixedTop+$('#pin').prev().height()) $('#pin').css({'position':'fixed','top': 0}); else $('#pin').css({'position':'static', 'top':0}); }); </script></body> </html>