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

类型网页设计HTML标签.docx

  • 文档编号:23931792
  • 上传时间:2023-05-22
  • 格式:DOCX
  • 页数:25
  • 大小:57.67KB

区分的对齐。

引文区块(通常会内缩)。

强调(通常会以斜体显示)。

特别强调(通常会以加粗显示)。

引文(通常会以斜体显示)。

编码(显示原代友码之用)。

样本。

键盘输入。

变数。

定义(在些浏览器提供)。

地址。

大字。

小字。

(与外观相关的标签***作者自定的表现方式)

---->:

注释标签。

文本加粗。

文本倾斜

文本下划线

文本删除线

文本删除线

段落标签;通常是两个return-回车换行符。

段落(新定义成容器型标签),文字对齐方式。


换行,插入一个return-回车换行符。

文字部分对齐方式(与图片合用时)。

可换行处。

如果需要,可在此断行。

不可换行。


加入一条水平线。

水平线对齐。

设置水平线的粗细、宽度(可用%或绝对像素点pixels为单位)。

或为

实线,没有立体效果,没有阴影的水平线。

水平线属性。

预先编排文字(预先格式化,即原样输出)。

上标。

下标。

打字机体(用单空格字显示)。

闪耀(有史以来最被嘲弄的标签)。

将网页元素居中显示(图、文均可用)。

空格:

 

=========================================================================

提示信息

变量标记/!

作者信息文字闪烁标记文字打字!

/

显示html代码<buby>被标示的文字<rt>说明文字</rt>…</ruby></p><p>=========================================================================</p><p>列表:</p><p>使特定的文本有序化。</p><p>无序列表:</p><p>由<ul>和<li>元素定义的</p><p><ul></p><p><li>…</li></p><p><li>…</li></p><p>……</p><p></ul></p><p>说明:</p><p>无序列表的默认符号是圆点。</p><p><ul>标签有type属性,通过定义不同的type属性可以改变列表的项目符号。</p><p>目前,type属性的属性值有disc(实心圆)、circle(空心圆)、square(方块)</p><p>有序列表:</p><p>由<ol>和<li>定义</p><p><ol></p><p><li>…</li></p><p><li>…</li></p><p><li>…</li></p><p></ol></p><p>说明:</p><p>type属性,type属性的属性值有1、A、a、I、i等。</p><p>Start属性,定义列表的起始编号。</p><p><ol>…</ol>:</p><p>创建一个标有数字的列表。</p><p><ol>…<li>…</ol>:</p><p>有次序式列举(<li>放在每一项前)。</p><p><oltype="1/i/I/a/A":</p><p>数标型态(定义全部的列举项)。</p><p><olvalue="?</p><p>">:</p><p>起始数字(定义全部的列举项)。</p><p><li>:</p><p>放在每个数字列表项之前,并加上一个数字。</p><p><litype="1/i/I/a/A">:</p><p>(定义这个及其后的列表项)。</p><p><livalue="?</p><p>">:</p><p>(定义这个及其后的列表项)。</p><p>---------------------------------------------------------------------------------</p><p><dl>…<dt>…<dd>…</dl>:</p><p>定义式列举(<dt>项目,<dd>定义)。</p><p><menu>…<li>…</menu>:</p><p>表单式列举(<li>放在每一项前)。</p><p><dir>…<li>…</dir>:</p><p>目录式列举(<li>放在每一项前)。</p><p><divalign="…">:</p><p>一个用来排版大块html段落的标签,也用于格式化表。</p><p>超级链接:</p><p>普通超级链接:</p><p><ahref=“url”>链接</a>//创建一个超链接。</p><p>E-mail超级链接:</p><p><ahref=“mailto:</p><p>***@”>链接</a></p><p>参数:</p><p>cc/subject/body</p><p>例:</p><p><ahref=“mailto:</p><p>***@?</p><p>cc=&subject=测试&body=尊敬的先生|小姐”>链接</a></p><p>锚点(书签):</p><p>(前)<aname=“锚点名”>链接</a>或用<h#id=”锚点名”></h#></p><p>(后)<ahref=“#锚点名”>链接</a>或用<ahref=”锚点名”></a></p><p>链接属性:</p><p>target="_blank/_self/_parent/_top"</p><p><aname="***">…</a>:</p><p>设定锚点(目的),也可用<h#id="name"></h#>,和上一条配合使用。</p><p><ahref="#name">…</a>:</p><p>创建一个指向位于文档靶位的链接(如果锚点在目前的文档中)。</p><p><ahref="url"target="***">…</a>:</p><p>连接到目的视框。</p><p><ahref="url#***">…</a>:</p><p>连接到锚点(如果锚点在另外一个文档)。</p><p><ahref="url"target="_blank/_self/_top/_parent/windowsname">…</a>。</p><p><img>标签</p><p>属性:</p><p>Src:</p><p>所引用的图片的URL地址(绝对路径/相对路径)。</p><p>Width:</p><p>图片宽度。</p><p>Height:</p><p>图片高度。</p><p>Alt:</p><p>图片的替代文本。</p><p>Border:</p><p>图片的边框(属性值为象素数)。</p><p>Align:</p><p>图片的对齐方式。</p><p>Hspace:</p><p>图片与左、右的文本之间的水平间距(属性值为象素数)。</p><p>Vspace:</p><p>图片与左、右的文本之间的垂直间距(属性值为象素数)。</p><p>例:</p><p><imgsrc="36.jpg"alt="我的banner"width="713"height="99"hspace="20"vspace="50"border="5"/></p><p><imgsrc="url"alt="取代图片文字"align="top/middle/bottom/left/right/absmiddle"name="name3"vspace="1"hspace="1"border="0"></p><p><imgsrc="url"align="left/right/texttop/absmiddle/baseline/absbottom/top/bottom/middle">:</p><p>图片对齐方式。</p><p><imgsrc="url"alt="***">:</p><p>取代图片文字(如果不能显示图片则显示此文字)。</p><p><imgsrc="url"width="?</p><p>"height="?</p><p>">:</p><p>图片大小(以pixels为单位)。</p><p><imgsrc="url"border="?</p><p>">:</p><p>设置图片的边框的大小(以pixels为单位)。</p><p><imgsrc="url"hspace="?</p><p>"vspace="?</p><p>">:</p><p>图片边缘空间(以pixels为单位)。</p><p><imgsrc="url"lowsrc="url">:</p><p>低解析度图片。</p><p><imgsrc="url"usemap="url">:</p><p>点选图。</p><p><imgsrc="url"ismap="ismap">或为<imgsrc="url"ismap>:</p><p>点选图(需要cgi程式)。</p><p><imgsrc="/name">:</p><p>添加一张图片。</p><p><imgsrc="/name"align="value">:</p><p>排列对齐一张图片。</p><p>扩展:</p><p>图象映射</p><p>所谓图象映射是指一个图片上的不同位置被指定了不同的超级链接;点击图片的不同位置会打开不同的超级链接目标。</p><p>图象映射由<map>定义。</p><p><map>有一个基本属性是name。</p><p>Name给图象映射命名,这个命名将会被<img>元素用usemap属性引用。</p><p>所以,图象上的图象映射实际上是对<map>定义的映射的一个引用。</p><p><map>在定义图象映射时,可以定义三种形状的映射:</p><p>circle(圆形)、rect(矩形rectangle)、poly(多边形)。</p><p><mapname="***">…</map>:</p><p>地图(描述地图)。</p><p>例:</p><p><imgsrc="bear.jpg"usemap="#Map"></p><p><mapname="Map"></p><p><areashape="rect"coords="46,29,253,164"href="#"></p><p><areashape="circle"coords="76,510,59"href="#"></p><p><areashape="poly"coords="219,482,253,448,310,462,297,527,220,523"href="#"></p><p></map></p><p> </p><p>表格标签</p><p>一个基本的表格代码:</p><p>定义一个表格。</p><p>每一个表格只有一对<table>和</table>,一张页面中可以有多个。</p><p><table></p><p>定义表格的行,一个表格可以有多行,对于一个表格来说不是唯一的。</p><p><tr></p><p>定义表头,表头是特殊的单元格,其中的文字加进去之后默认是居中并且加粗</p><p><th></th></p><p></tr></p><p><tr></p><p>定义表格的一个单元格。</p><p>每行可以有不同数量的单元格,在<td>和</td>之间是单元格的具体内容。</p><p><td></td></p><p></tr></p><p></table></p><p>注意:</p><p>上述的三个元素必须、而且只能够配对使用。</p><p>缺少任何一个元素,都无法定义出一个表格。</p><p><table>标签</p><p>属性:</p><p>Width:</p><p>表格宽度(可用%比率表式)。</p><p>Height:</p><p>表格高度。</p><p>Border:</p><p>表格边框。</p><p>Bgcolor:</p><p>表格背景颜色。</p><p>Background:</p><p>表格背景图片。</p><p>Bodercolor:</p><p>表格边框颜色。</p><p>Bordercolorlight:</p><p>亮边框的颜色。</p><p>bordercolordark:</p><p>暗边框的颜色。</p><p>Align:</p><p>表格对齐方式。</p><p>Cellspacing:</p><p>单元格间距。</p><p>cellpadding单元格边距。</p><p><tr>标签</p><p>属性:</p><p>Width:</p><p>单元格宽度。</p><p>Height:</p><p>单元格高度。</p><p>Align:</p><p>当前单元格里的内容(文本,图片等)的水平对齐方式。</p><p>Valign:</p><p>当前单元格里的内容(文本、图片等)的垂直对齐方式。</p><p>Colspan:</p><p>当前单元格跨越列数。</p><p>Rowspan:</p><p>当前单元格跨越几行数。</p><p>Nowrap:</p><p>当前单元格内容是否换行.(值可为空或”nowrap”,默认为空,当值为nowrap时为不换行)。</p><p>Bgcolor:</p><p>当前单元格背景颜色。</p><p>Background:</p><p>当前单元格背景图片。</p><p><td>标签属性同<tr></p><p>Bodercolor:</p><p>边框颜色。</p><p>补充:</p><p>垂直对齐方式的属性值包括:</p><p>top:</p><p>顶端对齐;</p><p>middle:</p><p>居中对齐;</p><p>bottom:</p><p>底端对齐;</p><p>Baseline:</p><p>相对于基线对齐;</p><p><table></table>:</p><p>创建一个表格。</p><p><tr></tr>:</p><p>表格中的行。</p><p><td></td>:</p><p>表格中的列。</p><p><th></th>:</p><p>设置表头,一个通常使用黑体居中文字的格子。</p><p><tableborder="?</p><p>"></table>:</p><p>表格框线(可以设定数值)。</p><p><tralign="left/right/center"valign="top/mid</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/23931792.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/23931792.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=23931792" 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=23931792" 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/23931792.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"> 网页 设计 HTML 标签 </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/301.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/23308692.html" target="_parent" title="《公务员财产申报制度》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/f24279c9-1dc6-4ebd-86bf-a444363004ed/dd644b356efe48b88614719c8b6e31c2.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/23308693.html" target="_parent" title="《儿童口腔病学》汇总题库集.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/fec5c155-5d98-4499-b1eb-b342c892a28b/792a83e0fcc84ccb8ffc917d55332fb4.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/23308694.html" target="_parent" title="《建筑施工组织与管理》教案教学内容.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/855b0c91-3a2b-4cbc-96a5-c3cb577643d6/aa36e29ec3e94bf497a2f8dde9e89e5f.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/23308695.html" target="_parent" title="《班委选举细则》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/53f5ddcf-3b7e-4682-8f4e-af66592e6a4b/3a286afaf49d4902ba409f512542b1f4.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/23308696.html" target="_parent" title="《光伏组件监造技术标准》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/26246b38-1736-4e24-91b6-855508330d4e/58fefa169e1a4182bb304d6b72875ac2.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/23308697.html" target="_parent" title="《年终表彰大会讲话稿 表彰大会致辞稿》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/ba7e4c68-5df5-48e4-b7f2-b4eea0538da5/9110fff9f7054a73b3d68cde2d3a965f.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/23308698.html" target="_parent" title="《听颖师弹琴》《李凭箜篌引》分别鉴赏及对比鉴赏加练习人教版高一选修.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/f4a9461a-fc35-4f2e-a66d-ac82f29dda6e/6fcaf92297b740c682ff9840f6aa3500.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/23308699.html" target="_parent" title="《鹬》分镜头脚本.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/7658eeeb-2752-4647-b09d-252ddfc8db56/041192395d194ba2907f8c0416552790.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/23308700.html" target="_parent" title="5套打包宜昌市小学四年级语文上期中考试单元测试题及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/0fa853b6-10a9-4e51-8d52-93181d6de2e3/9c49146f9dd9483fae5e0e49cbea1743.gif' alt="5套打包宜昌市小学四年级语文上期中考试单元测试题及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 5套打包宜昌市小学四年级语文上期中考试单元测试题及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308701.html" target="_parent" title="16开纸田字格word字帖模板.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/0f8f0421-8b5f-49e2-94b1-5d45b53ddbc1/0cbde5ac76124d198d3383f12ccb14e8.gif' alt="16开纸田字格word字帖模板.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 16开纸田字格word字帖模板.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308702.html" target="_parent" title="315食品安全活动策划书.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/5a8d6e07-c49f-4805-b61d-40d498def970/6d629f70c97d4ca8bfd21ff8ef0fc279.gif' alt="315食品安全活动策划书.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 315食品安全活动策划书.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308703.html" target="_parent" title="CFG桩基础施工方案详解.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/b0455f09-67b5-4e5c-9259-671bb0f200f6/47446e98475044728fff933c8acc7b9d.gif' alt="CFG桩基础施工方案详解.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> CFG桩基础施工方案详解.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308704.html" target="_parent" title="08人机工程学中英文资料外文翻译文献.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/425a2ee1-40c9-4941-b8ca-676c9088ba57/2720ad90b1ae485c9174bbec86b9a473.gif' alt="08人机工程学中英文资料外文翻译文献.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 08人机工程学中英文资料外文翻译文献.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308705.html" target="_parent" title="《读古典名著口百味人生》获奖精品省优获奖教案 部编版语文精品.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/7f1b467e-ae6a-47b4-8e3e-fb6f16777a6a/698713a522e247bb9e4499facd0ab9c2.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/23308706.html" target="_parent" title="《功课很重要》教案1学习资料.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/6e3f70f8-5e38-4da1-9807-a3e2c6968b9a/f90ab33b01df4869884a9601ba3ee682.gif' alt="《功课很重要》教案1学习资料.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《功课很重要》教案1学习资料.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308707.html" target="_parent" title="《冷拼工艺》教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/8e519831-e576-4796-9c44-b22901ee894e/85a47e48ee7f46d7a87724e198b7a108.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/23308708.html" target="_parent" title="《唐人街探案3》电影观后感《唐人街探案3》心得作文5篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/7a117c7d-8a3e-4487-8bea-0bd1ff8e1752/88245f34f3f346c7a997725e187abc38.gif' alt="《唐人街探案3》电影观后感《唐人街探案3》心得作文5篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《唐人街探案3》电影观后感《唐人街探案3》心得作文5篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308709.html" target="_parent" title="《C语言程序设计》习题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/22a84ca1-da73-4f82-8e07-db3234340ac9/90f6a5f6c55b4e58bedebc96665153ab.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/23308710.html" target="_parent" title="《幼儿园课程游戏化的实践研究》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/16e8154d-2086-4e44-91ce-ec7cf41bbeaf/02d37bb184474a129f895d01ba97fe92.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/23308711.html" target="_parent" title="4现场管理档案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/e107da3e-b910-4714-b98e-04f081d70eaa/737624c68d284658a504714d16bc7cda.gif' alt="4现场管理档案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 4现场管理档案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308712.html" target="_parent" title="13级西医专业基础综合测评答.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/b88954d9-e51f-431e-9d0c-be4dfce5e5a9/57957ff15ac54030a816360ac9032ecb.gif' alt="13级西医专业基础综合测评答.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 13级西医专业基础综合测评答.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308713.html" target="_parent" title="100部校园电影全.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/f1d69c75-00c9-4db7-9557-636fcb1a29cc/a7ec7aac7aa241ffb7bc26e685d57880.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/23308714.html" target="_parent" title="CAD制图标准.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/00f82c42-ddd6-4d52-87cd-824411c233b9/b5ac6b9083604be5a4c362f5a03ad93b.gif' alt="CAD制图标准.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> CAD制图标准.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308715.html" target="_parent" title="《分数除法一.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/35965837-5c81-4956-995d-918a3e84cd60/55e17b8c12354296ab7d653b55eff86c.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/23308716.html" target="_parent" title="edb72192ac02de80d4d8d15abe23482fb5da0291.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/fcad248f-d7da-489f-b261-33979da36207/876bc971c523464cab78356f8d4e9db4.gif' alt="edb72192ac02de80d4d8d15abe23482fb5da0291.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> edb72192ac02de80d4d8d15abe23482fb5da0291.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308717.html" target="_parent" title="H236车联网资料路尚行业版OMP操作手册服务商0618.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/dfb638f7-0128-4fef-8ca9-eb7d4a1415a5/be3ad4a9ae2b4de2bee5d95cd37a35da.gif' alt="H236车联网资料路尚行业版OMP操作手册服务商0618.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> H236车联网资料路尚行业版OMP操作手册服务商0618.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308718.html" target="_parent" title="jarlasscon门机.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/fcd3fc85-3de4-4e22-be6d-8c07ccfbd5d0/7c110d972b3f486b84744cbefa0a04a5.gif' alt="jarlasscon门机.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> jarlasscon门机.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308719.html" target="_parent" title="《百分百责任学习心得》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/b72682d6-310a-4af3-8063-976ff90125d5/a9074198d3da48bd8149ddb118d1cfb2.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/23308720.html" target="_parent" title="《管理学基础》习题18章单凤儒.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/683026ca-87ab-4750-bcd5-108c6cccc046/758c6069e82841ecb98c76c2834edbf6.gif' alt="《管理学基础》习题18章单凤儒.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《管理学基础》习题18章单凤儒.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/23308721.html" target="_parent" title="《旅游专业日语》课程实施方案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/78db2092-773d-4563-9dd3-3c02395bd1a1/48c97c1f10ef42d6b45ed85041c41749.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/23308722.html" target="_parent" title="《铁路旅客运输服务》学习指导书.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/44b03a55-516d-479a-a10e-b632268b38dd/4e3468df891d4003b7b9bdd9bfc27941.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/23308723.html" target="_parent" title="《预算会计》课程标准.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/16/26657de3-7aeb-472d-9887-7b7dcc407535/7728fd54e7564019a31e5a650634f1ee.gif' alt="《预算会计》课程标准.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《预算会计》课程标准.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/11201123.html" target="_parent" title="一家三口 2.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/2853db0b-6801-4e28-af10-93b5a367b8f4/fc539658d0fc438bb5df3f4de342c2c9.gif' alt="一家三口 2.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 一家三口 2.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/11201124.html" target="_parent" title="教材分析与导学案模板.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/be733894-0d0b-415b-b347-ec2f43519239/0ddfc9906e2c4685815fdb7acf807f02.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/11201125.html" target="_parent" title="优质年产8000吨巧克力厂车间设计建设项目建议书.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/84d3e0a8-020b-4fd3-9618-54915748ad5a/dfbcdffd92fb4393827260c2a85a9765.gif' alt="优质年产8000吨巧克力厂车间设计建设项目建议书.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 优质年产8000吨巧克力厂车间设计建设项目建议书.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/11201126.html" target="_parent" title="塔式起重机安全管理制度.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/19e226d9-e6b0-438e-a7c5-58ed90d50f31/0ee9ac85833f4ceba6dd6d343d7b1478.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/11201127.html" target="_parent" title="苏教版六年级数学下册第一单元活动单.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/a4197125-bfe6-41ea-84ad-b9b447914754/7580d1bd71c34591ad26f613bc27d6bb.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/11201128.html" target="_parent" title="计算机导论修订第二版课后练习答案资料.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/fe5b69d5-c983-4db1-90a1-f16b0790369e/4b9d1c89a7914e6c9cb86683c6f87ab7.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/11201129.html" target="_parent" title="精选高一语文下学期周练试题49.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/de988c7a-8cd7-4132-a62d-993a46e31f53/961283af673646d1b6d01ec182223b22.gif' alt="精选高一语文下学期周练试题49.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 精选高一语文下学期周练试题49.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/11201130.html" target="_parent" title="企业安全生产会议演说稿.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/11cf6b8e-546c-421d-a23f-55e2d68917ed/e2297448349c49ee8a420d17636502dd.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/11201131.html" target="_parent" title="用PS绘制漂亮的蝴蝶壁纸.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/8737a0cd-cc2a-4e1c-9ab9-96ab7246452f/dae4c6d908554beaa56b66dd94bae3bd.gif' alt="用PS绘制漂亮的蝴蝶壁纸.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 用PS绘制漂亮的蝴蝶壁纸.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/11201132.html" target="_parent" title="交巡警服务平台设置的优化模型.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/590b3158-26d4-4694-b042-3006dba893b3/500eb07c3126493cb69a02d71c45cc85.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/11201133.html" target="_parent" title="技术总结报告.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/e7ff5674-6d3f-4834-ab3f-2f5a1138ed0b/75321df471af4533be3cd2374fba9950.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/11201134.html" target="_parent" title="钢筋表示方法及解释.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/bb31eb15-3100-4f31-a1f3-c972e0726c3c/f6453df5b9dd42f2a51f0b60f8daadd9.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/11201135.html" target="_parent" title="斜屋面挂瓦施工工法.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/d0f2da68-6629-4235-8aa7-a89710626065/d5da42da9f614b2fb745420236b56c35.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/11201136.html" target="_parent" title="江西省司法考试《卷四》试题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/a8444ed6-fad8-47d6-80c8-3fc3af708337/c632ecef5da24fbea6768fe5f419173f.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/11201137.html" target="_parent" title="学年成都市金牛区八年级下英语期末考试题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/eb50cd99-254e-4bc8-8b81-931044710ada/f93c879ffc4e46a494417987da267286.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/11201138.html" target="_parent" title="亲子活动方案资料.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/62886c7d-0a4f-415c-aa99-2c1b3c87de55/949ede2b8ec54eababef849d44d6b9a3.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/11201139.html" target="_parent" title="学年湖南省湘西州高二上学期期末质量检测理化学试题解析版.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/2ba48f7c-80c6-413a-a099-9475d143e288/ce420d4843494e3aac2e64677c131e91.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/11201140.html" target="_parent" title="开学第一课疫情防控主题班会教学设计 病毒来了不可怕我们一起防御它.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/c829f342-59ad-4989-8eeb-04e8b2d1b6e1/d181ab4b74bf40c289bd908e0295fb7d.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/11201141.html" target="_parent" title="幼儿园幼儿管理工作总结.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-2/25/ef7bd273-a243-46ed-9513-965974f59acb/12e0d60e93cf4ecda5da44f1ea0e6a9e.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;"> 本文标题:网页设计HTML标签.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bdocx.com/doc/23931792.html">https://www.bdocx.com/doc/23931792.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%a1HTML%e6%a0%87%e7%ad%be.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="中医与西医临床科室会诊转诊制度.doc" class="doc" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30873020.html" title="中医与西医临床科室会诊转诊制度.doc">中医与西医临床科室会诊转诊制度.doc</a> </li><li><img alt="地基与基础分部工程质量验收自评报告完整版.doc" class="doc" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30873007.html" title="地基与基础分部工程质量验收自评报告完整版.doc">地基与基础分部工程质量验收自评报告完整版.doc</a> </li><li><img alt="数字人民币知识竞赛考试题库(浓缩400题).docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30872970.html" title="数字人民币知识竞赛考试题库(浓缩400题).docx">数字人民币知识竞赛考试题库(浓缩400题).docx</a> </li><li><img alt="Cover-Letter(投稿信)-建议往重要期刊投稿时使用.doc" class="doc" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30872952.html" title="Cover-Letter(投稿信)-建议往重要期刊投稿时使用.doc">Cover-Letter(投稿信)-建议往重要期刊投稿时使用.doc</a> </li><li><img alt="党纪学习心得体会范文 (三篇).docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30872859.html" title="党纪学习心得体会范文 (三篇).docx">党纪学习心得体会范文 (三篇).docx</a> </li><li><img alt="《信访条例》试题及答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30872715.html" title="《信访条例》试题及答案.docx">《信访条例》试题及答案.docx</a> </li><li><img alt="合并青光眼的白内障手术.ppt" class="ppt" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30872305.html" title="合并青光眼的白内障手术.ppt">合并青光眼的白内障手术.ppt</a> </li><li><img alt="【HRBP】跃迁成长-赋能业务——HRBP转型提升.pptx" class="pptx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30872263.html" title="【HRBP】跃迁成长-赋能业务——HRBP转型提升.pptx">【HRBP】跃迁成长-赋能业务——HRBP转型提升.pptx</a> </li><li><img alt="新《幼儿园工作规程》解读.pptx" class="pptx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30872148.html" title="新《幼儿园工作规程》解读.pptx">新《幼儿园工作规程》解读.pptx</a> </li><li><img alt="院感知识培训课件ppt.pptx" class="pptx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30871891.html" title="院感知识培训课件ppt.pptx">院感知识培训课件ppt.pptx</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="174" /> <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=HTML');" class="tag-item ico" title="HTML" hidefocus="true"><span class="ico"><em> HTML</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e6%a0%87%e7%ad%be');" 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 = "网页设计HTML标签.docx"; Encoder.EncodeType = "entity"; var nodecode = '0002200003'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "23931792"; var product_code = "23931792"; var mtp = 20; var fCount = 25; var stp = 1; var lmt = 20; 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/23931792.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">立即下载</b></a>' +'&nbsp;&nbsp;&nbsp;<a target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=23931792"class="ui-bz-btn-senior2 banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">加入VIP,免费下载</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("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); 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("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); 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 = "23931792"; 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("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); 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=oWpR6sfRZrzQ1wvPliiTQQ%3d%3d&parto=w8DH9jhdRUUAvewgkQG3ls0EprULB8ldtboCyPFPllsxGomAqMZpv6DaxGI%2bddWBitJES2G1RzvHY5iNmzRQ2%2bP60%2baFx9BKl2mLiVKrDroNs74e7skWQli8a85OLUjk0JFvgaTFz5FK%2fY%2fNWViYV8XcLTeVX%2bPJklxvejalQy9ZKpzhLelFdilBN9AwsdF4xflHDOyoMgcFaS1%2f0zrI9fiLKYqHsswl" 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%3d23931792'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bdocx.com/UserManage/ReportBack.aspx?id=23931792&url=rkm56XE mSTpX60 NSICJJzJeI0SxkjuKOfuUZPhKhCTfAMb94N9tA5Kp1PQP3JG" 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>