书签 分享 收藏 举报 版权申诉 / 9

类型网页设计面试题.docx

  • 文档编号:10722677
  • 上传时间:2023-02-22
  • 格式:DOCX
  • 页数:9
  • 大小:22.54KB

6.在HTML文档中,标记的(ROWSPAN)属性可以创建跨越多个行的单元格。

7.默认情况下,在HTML文档中使用(〈HR〉)标记绘制水平线。

8.在HTML中,下面(〈H1〉〈FONTcolor=green〉ACCP〈/FONT〉〈/H1〉)语句可以将标题“ACCP”的颜色设置成绿色。

9.在HTML中,可以使用()标记向网页中插入GIF动画文件。

 

10.在HTML中,下列()HTML代码可以实现如图所示的效果。

水果

1.苹果

2.橘子

3.香蕉

    水果
  1. 苹果
  2. 橘子
  3. 香蕉

11.如果要在超链接中设置电子邮件链接,则href属性值应设()

12.网页制作中,在设置颜色时,FF0000代表(红色 )色。

13.网页制作中,在设置颜色时,00FF00代表(绿色 )色。

14.网页制作中,在设置颜色时,0000FF代表(蓝色)色。

15.网页制作中,在设置颜色时,AAAAAA代表(灰色)色。

16.网页制作中,在设置颜色时,000000代表(黑色)色。

17.网页制作中,在设置颜色时,FFFFFF代表(白色)色。

18.(html htm mht)是静态网页存储文件的后缀名

通常代表(640*480 )分辨率。

通常代表(800*600 )分辨率。

 

21全高清HDF通常代表(1920*1280)分辨率。

 

22.在HTML网页中,用来定义有序列表的元素包括(ol)。

文件中,(href)用于设置跳转的URL地址。

24.在HTML语言中,下面(main/)是相对地址

使用超级链接元素来创建一个连接到其他文件的链接,链接的资源(可是是网络上的任何资源)。

26.关于网页中的图像,下列说法正确的是(src属性的值是所要显示图像的URL地址)。

27.关于HTML表格说法正确的是(表格的width属性可以设置为像素值或百分比表格的height属性可以设置为像素值或者百分比表格和单元格的背景色可以同时设置)

28.关于HTML框架说法正确的是(标签定义了如何将窗口拆分成框架 可以给不支持框架的浏览器写上标签 HTML框架中的各个页面是相互独立的)</p><p>29.在HTML文件中,给表格添加行的标签是(<tr>)</p><p>代码<imgsrc="name">表示(添加一个图象)</p><p>31.创建黑体字的文本标签是(<B>)</p><p>32.在HTML文档中,下列<meta>标记位于(<TITLE>)之间</p><p>33.下列(PNGJPGGIF)扩展名的图片格式能用IMG标记符直接插入的网页中。</p><p>上的所有信息都是以(HTML)的形式提供的。</p><p>35.下面语句中,将HTML页面的标题设置为"HTML练习"(<TITLE>HTML练习</TITLE>)</p><p>36.放置图片的标识符是(<imgsrc=’’’’>)</p><p>37.换行标志符是:</p><p>(<br>)</p><p>38.如果想把文本居中,该用什么标识符(<palign=center>)</p><p>39.超级连接的标识符是(<ahref=’’’’></a>)</p><p>40.网页文件的扩展名可以是(.htm)</p><p>——————————————————————————————————————</p><p>1、标签<html></p><p><head><title></p><p>MYPAGE</title></head></p><p><body></p><p>welcome</p><p></body></html>表示(页面)</p><p>1、标签</p><p><table></p><p><tr></p><p><td>A</td></p><p><td>B</td></p><p></tr></p><p></table>表示(表格)</p><p>3、标签</p><p><framesetcols=80%,*></p><p><framesrc=name=leftFrame></p><p><framesrc=name=mainFrame></p><p></frameset>表示(页面)</p><p>4、标签</p><p><table></p><p><tr></p><p><td></td><tdcolspan=2></td></p><p></tr></p><p><tr></p><p><td></td><td></td><td></td></p><p></tr></p><p></table>表示该表格有(2行3列)</p><p>5、标签<imgsrc=name=photoalt=预览>表示(图像)</p><p>6、标签<ahref=>我的页面</a>表示(超链接)</p><p>7、标签<inputtype=radioname=partyvalue=1>党员,表示(单项选择框)</p><p>8、标签<inputtype=buttonname=okvalue=ok>,表示(普通按钮)</p><p>9、标签<inputtype=submitname=okvalue=ok>,表示(提交按钮)</p><p>10、标签<inputtype=resetname=okvalue=ok>,表示(复位按钮)</p><p>11、JavaScript语句("<ahref=target=_top>");输出不完整超链接</p><p>12、该JavaScript语句的作用是(警告提示信息)</p><p>alert("WelcomeToJavaScript");</p><p>13、该JavaScript语句的作用是(循环输出11行警告提示信息)</p><p>for(i=0;i<=10;i++)</p><p>alert("WelcometoJavaScript");</p><p>14、JavaScript在self和Scheme语言()语言基础上发展而来</p><p>15、(<scriptlanguage="JavaScript"></script>)为在HTML中引用JavaScript语句</p><p>16、在JavaScript语句中(switch(n){case:</p><p>break;default:</p><p>})为开关语句</p><p>17、在HTML语句中(<h3></h3>)为标题标签</p><p>18、在HTML语句中(<a></a>)为超链接标签</p><p>19、在HTML语句中(<img)为图像标签</p><p>20、在超链接中的target属性的作用是(href中链接页面的显示目标)</p><p>21、HTML中设置TABLE背景颜色的(<tablebgColor=red>)</p><p>22、HTML中设置BODY背景颜色的(<BODYbgColor=red>)</p><p>23、HTML中设置表格宽度为显示屏幕一半宽度的代码是(<tablewidth=50%>)</p><p>24、HTML的表单中设置密码输入框的代码是(<inputtype="password">)</p><p>25、在HTML中设置一条200个点宽的红色横线的代码是(<hrwidth=200color=red>)</p><p>26、JavaScript由(NetScape)公司首先开发并公开.</p><p>27、VBScript由(MicroSoft)公司首先开发并公开.</p><p>28、JSP由(SUN)公司首先开发并公开.</p><p>29、HTML中<br>标签用于(换行)</p><p>30、HTML中<p>标签用于(分段 )</p><p>31、HTML中在浏览器上用于显示的内容位于(<body></body>)标签内</p><p>32、在DreamWaver中为HTML图片设置热点区域的形状中无(三角形)</p><p>33、在HTML中框架[FrameSet图文框]作用是(按照设计者要求将页面划分)</p><p>34、在HTML中<strong></strong>作用是(将所选文字强调)</p><p>36、标签<inputtype=checkboxname=fond>表示(多项选择框)控件</p><p>37、标签<inputtype=textfieldname=name>表示(单行编辑框)控件</p><p>38、标签<areaname=introduce>我是一名学生</area>表示(多行编辑框)控件</p><p>39、标签</p><p><selectname=city></p><p><optionvalue=1>西安</option></p><p><optionvalue=2>宝鸡</option></p><p></select>表示(下拉列表框)控件</p><p>40、标签<formname=form1></form1>表示(表单)</p><p>第35道试题</p><p>论述HTML和JavaScript的发展过程,并举例如何使用JavaScript在HTML注册的页面中生成出生年月的下拉式列表框.(无答案)</p><p></p> </div> <div class="page_view" id="pageContainer" oncontextmenu="return false"> <!--end documenttopic--> </div> <div id="outer_page_more" style="margin-bottom:20px;background-color:#FFF; border:solid 1px #ccc; box-shadow:none; "> <div class="inner_page_more" id="page_more" style="width: 920px; overflow:hidden; line-height: 30px;"> <div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding: 30px 0px; width: 920px; position:relative;"> <div id="loading" style="text-align:center;width: 920px; padding-bottom:100px; font-size: 18px; line-height:40px;"> <img src="https://static.bdocx.com/images/loading.gif" alt="加载" /><br /> 文档加载中……请稍候!<br /> <a rel="nofollow" href="https://www.bdocx.com/doc/10722677.html" style="color:blue;text-decoration:underline;">如果长时间未打开,您也可以点击刷新试试。</a> </div> <p style="text-align: center; font-size: 18px;"> <span id="ftip">下载文档到电脑,查找使用更方便</span> </p> <!-- <p style="text-align: center; font-size: 14px;"> <b></b><span><b style="color: #ff0000">3</b> 金币</span></p> --> <p style="text-align: center; padding-top: 15px;"> <table style="margin:0px auto;"><tr><td> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/10722677.html" class="ui-bz-btn-senior banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">下载</b></a></td><td>&nbsp;&nbsp; <a rel="nofollow" target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=10722677" class="ui-bz-btn-senior2 banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">加入VIP,免费下载</b></a></td></tr> </table> </p> <p id="ntip" style="text-align: center; padding-top: 30px;"> <div id="ntip" class="banner-more-btn" style="text-align: center; width: 250px; display:block; margin:20px auto;" onclick="showmorepage()"> <span class="moreBtn goBtn" style="text-align: center"><span>还剩<span id="spanpage"></span>页未读,</span><span class="fc2e">继续阅读</span></span><p class="down-arrow goBtn"></p> </div> </div> </div> </div> <div class="works-manage-box shenshu"> <a rel="nofollow" href="javascript:jubao()" title="举报" class="fLeft works-manage-item works-manage-report"> <span class="inline-block ico "> <img src="https://static.bdocx.com/images/jubao.jpg" alt="举报"></span> <br> 举报</a> <a rel="nofollow" href="https://www.bdocx.com/UserManage/CopyrightAppeal.aspx?bid=10722677" title="版权申诉" class="fLeft works-manage-item works-manage-report" target="_blank" <span class="inline-block ico"> <img src="https://static.bdocx.com/images/bang_tan.gif" width="18" alt="版权申诉"></span> <br> 版权申诉</a> <a rel="nofollow" class="fLeft" style="display:block; padding-top:17px; padding-left:20px;font-size:14px;"> word格式文档无特别注明外均可编辑修改;预览文档经过压缩,下载后原文更清晰! </a> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/10722677.html" title="点击进入下载" class="fr hover-none works-manage-download"> <em class="mr5">立即下载</em><span class="download-ico2 ico inline-block vertical-middle"></span></a> <input type="hidden" value="1332" id="tu_id"> </div> <dl class="works-intro gray2 cl pb10" style="border-bottom: none; padding-bottom: 0"> <dt class="fl">配套讲稿:</dt><dd class="fl wordwrap" style="color:#666666"><p>如PPT文件的首页显示<font color="#FF0000">word图标</font>,表示该PPT已包<font color="#FF0000">含配套word讲稿</font>。双击word图标可打开word文档。 </p></dd> <dt class="fl">特殊限制:</dt><dd class="fl wordwrap" style="color:#666666"><p>部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。</p></dd> <dt class="fl">关&nbsp;键&nbsp; 词:</dt><dd class="fl wordwrap"> 网页 设计 试题 </dd> </dl> <div class="works-intro gray2 c666"> <span class=" notice-ico"> <img alt="提示" src="https://static.bdocx.com/images/bang_tan.gif" style="padding-left: 24px; vertical-align: middle"></span>&nbsp; 冰豆网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。 </div> <!--ta的资源--> <div class="mt10 related-pic-box" id="brandlist" style="height: 450px;"> <div class="works-comment-hd"> 该用户的其他资源 <a rel="nofollow" href="https://www.bdocx.com/user/291.html" class="fr" style="font-size: 12px; font-weight: normal" hidefocus="true" target="_blank">更多&gt;&gt;</a></div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/8691198.html" target="_parent" title="1212中级汽车维修工考试试题三.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/23b50105-db7b-4da4-8bbb-a22c545a693e/79953376a20f44ddb717dc0972bdabcc.gif' alt="1212中级汽车维修工考试试题三.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 1212中级汽车维修工考试试题三.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691214.html" target="_parent" title="333教育综合.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/65aea058-3c9a-4cb2-9bfe-3dadef6212d8/fd00a985f7b74b439e3ec9b4f63699a6.gif' alt="333教育综合.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 333教育综合.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691220.html" target="_parent" title="204届毕业生基础知识考试试题 混凝土结构设计 试题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/e387a61b-760f-4335-9c6c-3c6099fd6d2e/a230315259364e0b8fdce45baa68e80d.gif' alt="204届毕业生基础知识考试试题 混凝土结构设计 试题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 204届毕业生基础知识考试试题 混凝土结构设计 试题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691243.html" target="_parent" title="100以内加减运算练习题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/cd149c65-6e5a-4532-a555-29eac8eeff70/d755b5cdc5174192ba0053ef0c5abd7d.gif' alt="100以内加减运算练习题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 100以内加减运算练习题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691246.html" target="_parent" title="101软件开发工程师JAVA初级考试样卷课件word版本.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/d1f26801-617c-48c2-baa7-bb9275594081/574d480fec1842c89bf4144778a9d4ec.gif' alt="101软件开发工程师JAVA初级考试样卷课件word版本.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 101软件开发工程师JAVA初级考试样卷课件word版本.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691297.html" target="_parent" title="CNN代码理解.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/469fb595-c8d6-483c-bf34-5098ae0219ed/732841a7c70041be973c2e1a059b4dd9.gif' alt="CNN代码理解.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> CNN代码理解.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691299.html" target="_parent" title="CPA审计第4章审计抽样下载版讲解.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/83b28790-6e73-4674-8a1b-8923847b0495/d3fe07c1e2604900ab99fe7169adc4b6.gif' alt="CPA审计第4章审计抽样下载版讲解.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> CPA审计第4章审计抽样下载版讲解.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691302.html" target="_parent" title="hr培训管理系统.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/c3b07ebb-f05c-4ee8-8536-e261e09bfcf4/475b3af1afd34757835225038fed485b.gif' alt="hr培训管理系统.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> hr培训管理系统.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691312.html" target="_parent" title="318安通科科长岗位责任制.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/972c81e0-bd44-4a9c-ac43-80a3498d00f3/64cfc9d7517a491db0a59cbf86118918.gif' alt="318安通科科长岗位责任制.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 318安通科科长岗位责任制.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691314.html" target="_parent" title="2044施工现场环境污染的防治措施.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/4685318b-6fa9-46d2-8fd4-4c82ac5d009f/f9f6707ce9d6456fb1cc8a94cc758e4f.gif' alt="2044施工现场环境污染的防治措施.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 2044施工现场环境污染的防治措施.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691315.html" target="_parent" title="12371党务平台操作手册.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/36492f9f-9c2c-4721-b74a-c3292bcb0234/8e2f05aa7a7b43ddb5bb601fe2a76509.gif' alt="12371党务平台操作手册.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 12371党务平台操作手册.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691317.html" target="_parent" title="Catia百格线生成宏复习过程.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/3130a4c1-941a-49c7-bd1f-16f4d39b267d/e77d7bb172de45a6b38e544f1bd3a3ed.gif' alt="Catia百格线生成宏复习过程.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> Catia百格线生成宏复习过程.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691332.html" target="_parent" title="725kV及以上电压等级支柱瓷绝缘子运行规范.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/07039a9e-291f-4f26-a252-6aa8124ea95a/4a4872a19c4a4614beccacd80f089533.gif' alt="725kV及以上电压等级支柱瓷绝缘子运行规范.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 725kV及以上电压等级支柱瓷绝缘子运行规范.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691340.html" target="_parent" title="1144甑底链板机说明书.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/1856507c-5243-45c8-9ab6-8059ae200e6e/40a72a94fbf643e38f2cb3ab9e5d5adb.gif' alt="1144甑底链板机说明书.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 1144甑底链板机说明书.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691345.html" target="_parent" title="100个著名初等数学问题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/dd572a9e-274e-47e6-a05a-1b589e8228d1/c88ef9766ea441c4856eb2b60f4ce5ba.gif' alt="100个著名初等数学问题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 100个著名初等数学问题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691352.html" target="_parent" title="201X中学寒假工作计划范文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/19b3ddbc-1dc3-4913-8c9d-366190feea18/2dbb410e8ea244408ec83156e0d48dd1.gif' alt="201X中学寒假工作计划范文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 201X中学寒假工作计划范文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691364.html" target="_parent" title="111 生物的特征 练习 人教版七年级上册生物.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/3e52cb85-05b6-47cd-9010-a36d6aa0a80e/4bb247a1667b4483826ba677dfd47fcb.gif' alt="111 生物的特征 练习 人教版七年级上册生物.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 111 生物的特征 练习 人教版七年级上册生物.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691365.html" target="_parent" title="110KV变电所设计变压器翻译.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/6772b4bb-8752-4565-b02e-4099364779e4/b64a32babc9d41f6861815ebab450922.gif' alt="110KV变电所设计变压器翻译.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 110KV变电所设计变压器翻译.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691374.html" target="_parent" title="9920第二学期学校工作总结.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/0c6d0dc9-9322-46fc-8ee0-273f371159f5/98c95e4578e24cebb02bd2ada4f0cd72.gif' alt="9920第二学期学校工作总结.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 9920第二学期学校工作总结.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691376.html" target="_parent" title="0911二级技能解答.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/f65fd51f-8b5c-48eb-b5b4-4a40538692bb/cc3db1391b1e43e1bd259e2ae1b750da.gif' alt="0911二级技能解答.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 0911二级技能解答.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691379.html" target="_parent" title="33415设计说明书正文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/0a51ee1b-891e-4f73-a40e-17b12ec611f7/4d25d84c93834579a2a047de0d53806d.gif' alt="33415设计说明书正文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 33415设计说明书正文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691389.html" target="_parent" title="311教育学基础综合大纲.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/18245808-7ea4-4f91-b90e-9561ed9ae4ba/5727aba03e0d446a8f4d630d8581b400.gif' alt="311教育学基础综合大纲.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 311教育学基础综合大纲.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691398.html" target="_parent" title="201浙江普通高校招生选考科目考试地理试题和答案解析.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/28f61ab4-7fe7-417e-8dc9-35bf0c26802e/d00ebd8c40924d268f235e51a3c20d54.gif' alt="201浙江普通高校招生选考科目考试地理试题和答案解析.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 201浙江普通高校招生选考科目考试地理试题和答案解析.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691399.html" target="_parent" title="C语言程序的设计实验实验指导书及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/81d35e2f-6468-4cb9-a961-4cc41b081fa9/a8e04fe30fdd4c0f988c5307ca552e76.gif' alt="C语言程序的设计实验实验指导书及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> C语言程序的设计实验实验指导书及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691406.html" target="_parent" title="272相似三角形的性质和判定.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/38796727-4d96-482d-88d8-817244252a6c/515dc3f705ff40488441fbab3fe7f7a4.gif' alt="272相似三角形的性质和判定.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 272相似三角形的性质和判定.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691411.html" target="_parent" title="ACCAHA不稳定型心绞痛和非ST段抬高心肌梗死治疗指南修订版摘要.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/ff7b3076-67c8-475e-bf1c-e66bb7ebba05/c56033888dcc468fabd4db66d616662a.gif' alt="ACCAHA不稳定型心绞痛和非ST段抬高心肌梗死治疗指南修订版摘要.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> ACCAHA不稳定型心绞痛和非ST段抬高心肌梗死治疗指南修订版摘要.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691413.html" target="_parent" title="baosteel标准对照 外标含量.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/85b1ae3a-56bd-4d7b-a3f9-eec3b5a29bb7/a6d8eb55f0a945398c99359a37fa5eeb.gif' alt="baosteel标准对照 外标含量.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> baosteel标准对照 外标含量.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691421.html" target="_parent" title="M1模拟练习题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/e6734fe5-bc10-43c9-9a48-fa4ecfb0f238/f8956a73e87b441b9d467c91fe859098.gif' alt="M1模拟练习题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> M1模拟练习题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691429.html" target="_parent" title="ARM体系课程设计实验报告.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/bf30d9e8-4945-4079-b309-86a4b70dc302/f23a553af814483d9f2833fc42624f3c.gif' alt="ARM体系课程设计实验报告.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> ARM体系课程设计实验报告.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691430.html" target="_parent" title="Android面试题整理.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/82a84779-583d-4a7d-989c-00f9b3bd593d/332f71e6eb17480195c118e73e9af361.gif' alt="Android面试题整理.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> Android面试题整理.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691437.html" target="_parent" title="gaoer.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/826d3dbe-2716-440c-8888-dad1b896b557/8f0f61afa4db4bc9a4a1ed711b1f3102.gif' alt="gaoer.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> gaoer.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/8691441.html" target="_parent" title="CPⅢ测设方案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/1/f45a07f4-4e14-4344-85be-cb36b7ad8355/09ce76a424c545c9b0bec85d5c8d1dbd.gif' alt="CPⅢ测设方案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> CPⅢ测设方案.docx </a></h3></li> </ul> </div> </div> <div class="mt10 related-pic-box" id="Div1" style="height: 450px; overflow:hidden;"> <div class="works-comment-hd"> 猜你喜欢 </div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/23687226.html" target="_parent" title="最新校园个人总结的范文工作总结文档五篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/de4a3b74-eb24-4c4e-8b6e-7070ad4a5cea/46a7243451bd4658a3be702cd72f5196.gif' alt="最新校园个人总结的范文工作总结文档五篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 最新校园个人总结的范文工作总结文档五篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687227.html" target="_parent" title="60个漂亮的句子句句那么漂亮.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/b8ebe9f9-d1b6-4cef-97da-367870961e47/b3dc6286e1b74decaab0c05c765a1f06.gif' alt="60个漂亮的句子句句那么漂亮.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 60个漂亮的句子句句那么漂亮.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687228.html" target="_parent" title="C++程序设计课程设计.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/3cac75dc-67e3-44a0-8064-e9b9deec5908/c9e7242d9ab6486fbd058ce8a8631cad.gif' alt="C++程序设计课程设计.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> C++程序设计课程设计.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687229.html" target="_parent" title="IT运维监管控一体化解决方案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/039fe8fa-8a2f-4490-ad95-0a52a41ff835/6fca094fa3aa42b2be6518fa263b123b.gif' alt="IT运维监管控一体化解决方案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> IT运维监管控一体化解决方案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687230.html" target="_parent" title="PLC电梯控制系统设计论文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/76f2c0c7-4ea5-42a8-b95f-fc729d7d7eb6/eeeccc2b01a84bb4897a76f59ebc44fd.gif' alt="PLC电梯控制系统设计论文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> PLC电梯控制系统设计论文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687231.html" target="_parent" title="XX城市湿地公园建设投资项目计划书.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/abfd8642-b7eb-49d2-a6c4-27312de87fe2/e8b231a87c084c08b3c0a2891f21ba8e.gif' alt="XX城市湿地公园建设投资项目计划书.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> XX城市湿地公园建设投资项目计划书.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687232.html" target="_parent" title="XX乡进一步加强基层组织建设年十四项工程推进发展型党组织建设活动动员部署会议上的讲话.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/16ee0df2-8d2c-42a4-a53e-3c3b089b141a/4436f565b1504988a6a086cecd8b9a6e.gif' alt="XX乡进一步加强基层组织建设年十四项工程推进发展型党组织建设活动动员部署会议上的讲话.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> XX乡进一步加强基层组织建设年十四项工程推进发展型党组织建设活动动员部署会议上的讲话.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687233.html" target="_parent" title="安全生产工作会议领导讲话word版本 16页.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/f21417f3-7a8a-4352-9880-71cad3ae3e7e/5e01dea85523412da4338869f2589baa.gif' alt="安全生产工作会议领导讲话word版本 16页.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 安全生产工作会议领导讲话word版本 16页.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687234.html" target="_parent" title="八年级物理期末复习单项选择题强化训练.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/ad47493e-dbe6-4ce9-8855-e0f0b2e8eb7e/968375e2e5bf4181afc64335765df9c5.gif' alt="八年级物理期末复习单项选择题强化训练.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 八年级物理期末复习单项选择题强化训练.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687235.html" target="_parent" title="半年总结优秀大全.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/832ce872-e73d-42bd-8681-b7a80525f696/f64af92872ad4065ac700444555f0f38.gif' alt="半年总结优秀大全.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 半年总结优秀大全.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687236.html" target="_parent" title="北京版语文二下《数星星的孩子》word教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/6aade86d-bb8f-4e99-841a-d8030e490c6b/a3b1b55ba7b74413b430f738df552152.gif' alt="北京版语文二下《数星星的孩子》word教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 北京版语文二下《数星星的孩子》word教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687237.html" target="_parent" title="北师大版五年级下册数学知识要点归纳.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/a075e1b1-7ff9-4256-b056-c1ac1d26b207/252b0897242e4c28ab0d78c752d03f53.gif' alt="北师大版五年级下册数学知识要点归纳.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 北师大版五年级下册数学知识要点归纳.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687238.html" target="_parent" title="伯牙绝弦教学设计.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/c592a1d4-3375-4607-82b9-b65e6d1e0748/ee5098a9eb0e445aa2f4deb8bcec9b53.gif' alt="伯牙绝弦教学设计.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 伯牙绝弦教学设计.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687239.html" target="_parent" title="部编版语文四年级下册教学设计及教学反思25宝葫芦的秘密节选.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/36a81a83-424b-462d-983e-b42d95d2497e/832a92e4b668436484b6f0d2a4272af2.gif' alt="部编版语文四年级下册教学设计及教学反思25宝葫芦的秘密节选.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 部编版语文四年级下册教学设计及教学反思25宝葫芦的秘密节选.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687240.html" target="_parent" title="财政概论》作业及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/f9b89561-73a1-4d77-b323-ad55400d7dc6/4581349d107546fc81304e0e82c5b245.gif' alt="财政概论》作业及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 财政概论》作业及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687241.html" target="_parent" title="产品支持管理手册25P.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/ff25d677-ca5b-43ed-903e-0aa2c93ed999/dd58d1c12cf3493794da128f613f1c15.gif' alt="产品支持管理手册25P.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 产品支持管理手册25P.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687242.html" target="_parent" title="初级社会工作者《综合能力》仿真试题及答案汇总.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/cb349485-691c-40a9-85b5-5347ff7763d9/6d60065e183b4f2ea111dd8971e2e1b8.gif' alt="初级社会工作者《综合能力》仿真试题及答案汇总.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 初级社会工作者《综合能力》仿真试题及答案汇总.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687243.html" target="_parent" title="初中七年级人教版生物上册全册教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/88b8d5b5-c107-45cb-8c38-3881bd7bf56e/037b58c94b0447ab8cb3a5fdbf506bb2.gif' alt="初中七年级人教版生物上册全册教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 初中七年级人教版生物上册全册教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23687244.html" target="_parent" title="创建汽车美容清洗项目的可行性研究报告书.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/19/3da50b2d-f05b-4fe8-9a0e-f1e8358c1bac/91b591175b4543b1a5ae3fa1e570d371.gif' alt="创建汽车美容清洗项目的可行性研究报告书.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 创建汽车美容清洗项目的可行性研究报告书.docx </a></h3></li> </ul> </div> </div> <div class="mt10 works-comment"> <div class="works-comment-hd"> <span class="font-tahoma">关于本文</div> <div style="line-height: 25px; padding: 10px 20px;"> 本文标题:网页设计面试题.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bdocx.com/doc/10722677.html">https://www.bdocx.com/doc/10722677.html</a><br /> </div> </div> </div> <div class="boxright" id="boxright" > <div class="fr detail-aside" id="Div11" style="width:290px;"> <div class="box hot-keywords mt10" id="relatebox"> <div class="boxHd" style="padding-bottom: 0px;"> <em></em><span>相关资源</span> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1%e9%9d%a2%e8%af%95%e9%a2%98.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="隧道工程标准化管理课件讲义(PPT67页).ppt" class="ppt" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30870894.html" title="隧道工程标准化管理课件讲义(PPT67页).ppt">隧道工程标准化管理课件讲义(PPT67页).ppt</a> </li><li><img alt="初中英语_Module_1_Unit_2_You_should_smile_at_her!教学课件设计.ppt" class="ppt" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30870858.html" title="初中英语_Module_1_Unit_2_You_should_smile_at_her!教学课件设计.ppt">初中英语_Module_1_Unit_2_You_should_smile_at_her!教学课件设计.ppt</a> </li><li><img alt="(完整版)暖气基础知识培训.ppt" class="ppt" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30870826.html" title="(完整版)暖气基础知识培训.ppt">(完整版)暖气基础知识培训.ppt</a> </li><li><img alt="消防技术服务机构程序文件.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30870463.html" title="消防技术服务机构程序文件.docx">消防技术服务机构程序文件.docx</a> </li><li><img alt="中央金融工作会议党课讲稿:深刻把握2023年中央金融工作会议精神要点(共10篇).docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30870423.html" title="中央金融工作会议党课讲稿:深刻把握2023年中央金融工作会议精神要点(共10篇).docx">中央金融工作会议党课讲稿:深刻把握2023年中央金融工作会议精神要点(共10篇).docx</a> </li><li><img alt="Photoshop入门智慧树知到章节答案期末题库2024年信阳农林学院.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30870296.html" title="Photoshop入门智慧树知到章节答案期末题库2024年信阳农林学院.docx">Photoshop入门智慧树知到章节答案期末题库2024年信阳农林学院.docx</a> </li><li><img alt="给水加压泵站施工组织设计.doc" class="doc" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30869983.html" title="给水加压泵站施工组织设计.doc">给水加压泵站施工组织设计.doc</a> </li><li><img alt="How to improve the quality of English teaching(如何提高英语教学的质量).docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30869927.html" title="How to improve the quality of English teaching(如何提高英语教学的质量).docx">How to improve the quality of English teaching(如何提高英语教学的质量).docx</a> </li><li><img alt="监理安全管理工作方案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30869564.html" title="监理安全管理工作方案.docx">监理安全管理工作方案.docx</a> </li><li><img alt="地基处理监理实施细则.doc" class="doc" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30869474.html" title="地基处理监理实施细则.doc">地基处理监理实施细则.doc</a> </li></div> </ul> </div> <div class="box hot-keywords mt10" id="box3" style="overflow: hidden;width: 288px; border:solid 1px #dedede;"> <div class="boxHd" style="border: none;padding-bottom: 0px;"> <em></em><span>相关搜索</span> </div> <input name="ctl00$Content$hiddenCategoryID" type="hidden" id="Content_hiddenCategoryID" value="38" /> <div class="hot-keywords-list"> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e7%bd%91%e9%a1%b5');" class="tag-item ico" title="网页" hidefocus="true"><span class="ico"><em> 网页</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e8%ae%be%e8%ae%a1');" class="tag-item ico" title="设计" hidefocus="true"><span class="ico"><em> 设计</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e8%af%95%e9%a2%98');" class="tag-item ico" title="试题" hidefocus="true"><span class="ico"><em> 试题</em></span></a> </div> </div> <div class="job-recommend"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#ea986c"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#ea986c"></path></svg> 热门标签</h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/20niangaoxiaogong.html">20年高校工</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/wenyiwengaodinghehuorenlushi.html">文一文搞定合伙人律师</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/huanjingchuangshepingbihuodong.html">环境创设评比活动</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/yingyujianglaiwancheng.html">英语将来完成</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/shouhoukefugeren.html">售后客服个人</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/jingbianshashijiagongsheji.html">精编砂石加工设计</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/jiegaokaohuaxueelunfuxitixingtexunjingbian40tihuaxueshiyanjichudaanjiexigaokaohuaxue.html">届高考化学二轮复习题型特训精编40题化学实验基础答案+解析高考化学</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/jiudianwaipaigongchengshigongfangan.html">酒店外排工程施工方案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/huanledeyuandanlianhuanhuilianhuanhuizuowen350zichuyijishihuanleyuandan.html">欢乐的元旦联欢会联欢会作文350字初一记事欢乐元旦</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/huwaidaohangrumenjingtong.html">户外导航入门精通</a></li> </ul> </div> </div> </div> </div> </div> </div> <script src="https://static.bdocx.com/js/artDialog-5.0.3/artDialog.min.js"></script> </div> <div class="tempdiv cssnone" style="line-height:0px;height:0px; overflow:hidden;"> </div> <script> var doctitle = "网页设计面试题.docx"; Encoder.EncodeType = "entity"; var nodecode = '0000200007'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "10722677"; var product_code = "10722677"; var mtp = 9; var fCount = 9; var stp = 1; var lmt = 9; var ForceFreepage = parseInt('20'); if(lmt > ForceFreepage)lmt = ForceFreepage; var mhs = 595 * 841; var mhi = new Array("342774"); var mhls = new Array("0"); var mfvs = new Array("0"); var sw = 595; var sh = 841; var IsDealSwfSize = sw > 0; var minwidth=920; var BookMarkPage = parseInt('1'); var adpagecount = parseInt("2"); var defaultShowPage =parseInt( "5"); var defaultShowPage2 =defaultShowPage; var leftfilecount = fCount - defaultShowPage; if(leftfilecount<0)leftfilecount=0; var scorename = "金币"; var LimitText = '3'; var LimitButtonText = '现在购买'; var DocScoreDownLoad = parseFloat('3'); var ReadLimitDays = "365"; var bookrelArray = ""; var url_root = "https://www.bdocx.com/"; var goumaiico = 'images/xiazai_1.gif'; var lmtext = ''; lmtext = '<div class="inner_page_more" id="page_more" style="width:930px; height:260px; line-height:30px;">' +'<div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding-top:40px; width:930px;">' +'<p style="text-align:center;font-size:18px;">亲,很抱歉,此页已超出免费预览范围啦!<br/>您可以免费下载此资源,请下载查看!</p><p style="text-align:center;font-size:14px;">' +'<b></b><span><b style="color:#ff0000">3</b> 金币</span>' +'</p><p style="text-align:center; padding-top:30px;">' +'<a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/10722677.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">下载到本地</b></a>' +'</p></div></div> '; var curtotalpage = defaultShowPage; function showmorepage() { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } var st = ($(this).scrollTop()); $(this).scrollTop(st +1); $("#spanpage").text(fCount-curtotalpage); } function showmoretopage(to) { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); if(to > leftcount)leftcount=to; for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } $("#spanpage").text(fCount-curtotalpage); } function adss() {var st = ($(this).scrollTop())-2; $(this).scrollTop(st);} function showAd() { $(".addivp").each(function(){ var adindex = ($(this).attr("link")); var adid = ($(this).attr("id")); document.getElementById(adid).innerHTML = document.getElementById("adpre" + adindex).outerHTML; $("#adpre" + adindex).css({ margin: "0px auto" }); }); } </script> <script> var operateType = 1; var uid = "0"; var DocID = "10722677"; var zw = 595; var zh = 841; var zrate = (zw==0||zh==0)?1:(zh/zw); var isplay = 0; var width = "830"; var height = getClientHeight(); if (height < 560) height = 560; height = ('False' == 'True' ? 570 : height); var scorename = "金币"; var params = {}; </script> <script src="https://static.bdocx.com/master/view/view2.js"></script> <script> $(document).ready(function() { initPage(); $("#loading").hide(); $("#spanpage").text(leftfilecount); var lf = mtp - (defaultShowPage); if(lf<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } window.setTimeout( function () { try { if(BookMarkPage == 1) { $(this).scrollTop(0); } else { Viewer._GotoPage(BookMarkPage); } }catch(e){} },500); if(defaultShowPage>0){ $("#outer_page_more").show();}else{ $("#outer_page_more").hide();} }); </script> <script> $('body').bind('contextmenu', function() {return false;}); $('body').bind("selectstart",function(){return false;}); </script> <div class="cssnone"> <iframe title = "来源分析" src="https://www.bdocx.com/BookRead.aspx?id=GXBduXFrihDxR6Sd6ZXwlg%3d%3d&parto=BgNm51w97G1ANxPEqrwGZBVaqWavGvo72kxov5VWdtWC7Oaw9F0w4h1xYd4T9BpQWrgve9FvH1b%2bzhtleEfAmAqkN%2f4AXopZAUjEmKMYNABMV4MwFTZAQYwFxYOd1wOXkH6A1Ad%2b5RjACy%2f6EDIemltNfSWdvW7GEVvRuQecuuFIsPgAVkNk7xHtK6peWKt1pSCxjwNdG5Sat2KWd8CRqqHx47kVznJC" frameborder="0" style="width: 0px; height: 0px"> </iframe> </div> <!-- JiaThis Button END --> <span id="LabelScript"></span> </div> </div> <div class="getwximg_div" style="display:none;"> </div> <script> var isloginto = false; function initwxlogin() { var arr = $(".getwximg_div"); for (var i = 0; i < arr.length; i++) { (function (index) { var url = "https://www.bdocx.com/header.aspx?getcate=100"; $.get(url + "&t=" + (new Date()).valueOf(), function (d) { try { arr.eq(index).empty().html(d); } catch (e) { } try { arr.html(d); } catch (e) { } }); })(i); } } </script> <script>function popLogin() { window.location.href = '/login.aspx?returl=https%3a%2f%2fwww.bdocx.com%2fView_wj.aspx%3fid%3d10722677'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bdocx.com/UserManage/ReportBack.aspx?id=10722677&url=rkm56XE mSTpX60 NSICJJzJeI0SxkjuKOfuUZPhKhA352TTg3LbvqsOoUbIWByT" scrolling="no" frameborder="0" style="width: 600px; height: 420px"></iframe>'; objjubao = art.dialog({ title: '非法内容有奖举报', content: html, close: Closejubao, width: '700', height: '470', skin: 'blue', lock: true, background: '#666', opacity: .6, duration: 300, fixed: true, left: '50%', top: '38.2%', zIndex: 1987, resize: true, drag: true }); } function Closejubao() { objjubao.close(); } </script> <!--foot--> <div class="bg_100 foot_nav_bg" style=" min-width:1200px;"> <div class="foot_nav"> <a href="https://www.bdocx.com/h-33.html" target="_blank" >关于我们</a> - <a href="https://www.bdocx.com/h-34.html" target="_blank" >网站声明</a> - <a href="https://www.bdocx.com/h-35.html" target="_blank" > 网站地图</a> - <a href="https://www.bdocx.com/sitemap.html" target="_blank" > 资源地图</a> - <a href="https://www.bdocx.com/friend.aspx" target="_blank" >友情链接</a> - <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" >网站客服</a> - <a rel="nofollow" href="https://www.bdocx.com/h-38.html" target="_blank" >联系我们</a> </div> </div> <div class="bg_100 siteInner_bg" style=" min-width:1200px;"> <div class="siteInner"> <p style="text-align: center;">copyright@ 2008-2022 冰点文档网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备2022015515号-1</a></p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e215eb657a3f46c69d47e590e96ccbdd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script>(function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?46796c789de3003a5113847b2981b93831ac52d6d1cb31ddda7500aa017814283d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window)</script> </div> </div> <!--foot end--> <!-- 代码部分begin --> <div class="QQ_S" style="height: auto;position:fixed;right: 0px;bottom: 20px; top:auto;"> <div class="Q_top" onclick="HideFoot()"> <span class="signi"></span>收起</div> <div class="Q_botm"> <div class="Q_pic"> <div class="Q_pic_hide"> <a rel="nofollow" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" target="_blank" title="在线客服" ><span class="hide_pic"></span>在线客服</a> </div> </div> <div class="Q_anser"> <div class="Q_anser_hide"><a rel="nofollow" target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=307372695@qq.com" title="意见反馈"> <span class="hide_pic1"></span>意见反馈 </a> </div> </div> <div class="Q_sign"> <div class="Q_sign_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)" title="返回顶部"><span class="hide_pic2"></span>返回顶部 </a></div> </div> </div> </div> <div class="QQ_S1"> <div class="Q_top1" onclick="ShowFoot()"> <span class="signj"></span>展开</div> <div class="Q_botm1"> <div class="Q_pic1"> <div class="Q_pic1_hide"> <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" > <span class="hide_pic3"></span>QQ交谈</a></div> </div> <div class="Q_sign1"> <div class="Q_sign1_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)">返回顶部</a></div> </div> </div> </div> <!-- 代码部分end --> <script type="text/javascript" src="https://static.bdocx.com/js/lanrenzhijia.js"></script> <script type="text/javascript" src="https://static.bdocx.com/js/jquery.lazyload.js"></script> <script type="text/javascript" charset="utf-8"> $("img.lazys").lazyload({ threshold: 200, effect: "fadeIn" }); </script> <script type="text/javascript" src="https://static.bdocx.com/umeditor/xss.js"></script> </body> </html>