HTML知识点汇总.doc

HTML知识点汇总.doc

ID:25877861

大小:205.55 KB

页数:16页

时间:2018-11-23

HTML知识点汇总.doc_第1页
HTML知识点汇总.doc_第2页
HTML知识点汇总.doc_第3页
HTML知识点汇总.doc_第4页
HTML知识点汇总.doc_第5页
资源描述:

《HTML知识点汇总.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、芷江民族职业中专学校对口升学计算机类复习教程——网页制作整理:张金龙HTML知识点汇总第一章HTML基础知识1、HTML简介HTML(HypertextMarkupLanguage),超文本标记语言,HTML利用各种标记来标识文档的结构以及标识超链接的信息。它是从SGML(StandardGeneralizedMarkupLanguage,标准通用标识语言)中的一个子集演变而来的。2、HTML的标记组成HTML用于描述功能的符号称为“标记”。标记在使用时必须用尖括号“<>”括起来,而且是成对出现的,无斜杠的标记表

2、示该标记的作用开始,有斜杠的标记表示该标记的作用结束。如、

等1)单标记:有些标记能完整的表达标记里的意思,只须在尖括号中输入标记名即可,这类标记叫单标记。XHTML中要求单标记也必须闭合,即在标记“>”前添加斜杠。常见的单标记如

等。2)双标记:双标记有头有尾,且前面的标记与后面的标记保持一致,但在后面的标记前有斜线,语法形如:<标记>内容。例如:

段落

3)XHTML要求所有标记均为小写,且所有标记属性必须添加双引号4)标记对不能交

3、叉3、HTML基本结构网页标题1)标记对不能放在<body>标记对中,同理,其它表示内容的标记也不能放在<head>标记对中2)<html></html>表示HTML语言,在<html></html>里面包含头部(<head></head>)和内容体(<body></body>)。16芷江民族职业中专学校对口升学计算机类复习教程——网页制作整理:张金龙1)HTML</p><p>4、注释表示为<!--注释内容-->第一章文字与图像1、设置文字字体、大小与颜色语法:<fontface=”宋体”size=”1”color=”red”>文字</font>1)设置文字的字体、大小、颜色需要使用<font>标签2)Face属性设置文字字体,多种字体用逗号隔开3)Size属性设置文字大小4)Color属性设置文字颜色,参数值可以是RGB颜色值,如#000000,也可以用颜色的单词表示,如red2、设置正文的标题语法:<h#>主题文字</h#>,其中“#”代表数字1-6中的任意一个,从数字1到数字6,标题</p><p>5、大小排列由大到小(数字越大,标题字号就越小)。3、设置段落语法:<p>这里表示段落</p>4、强制换行与不换行1)强制换行:<br/>2)强制不换行:<nobr/>5、字体标记1)物理字体<b>…</b>设置成粗体<i>…</i>设置成斜体<u>…</u>增加下划线<s>…</s>增加删除线<sup>…</sup>设置成上标字体<sub>…</sub>设置成下标字体<tt>…</tt>设置成打字机字体2)逻辑字体<em>…</em>强调文字<strong>…</strong>字体加重<code>…</code>显</p><p>6、示编程代码<samp>…</samp>显示救命文字<kbd>…</kbd>显示键盘按键文字<small>…</small>缩小文字16芷江民族职业中专学校对口升学计算机类复习教程——网页制作整理:张金龙<big>…</big>放大文字1、文字对齐1)文字对齐使用标签的align属性,例如:<palign=”#”>对齐文字</p>,其中“#”代码表示方位,可选择”left”(向左)、”right”(向右)、”center”(居中)。Align属性可用于<p>、<div>、<table>、<td>等标签。2)居中对齐</p><p>7、可使用<center>标签,例如:<center>居中文字</center>2、列表1)无序列表<ultype=”#”><li>表项一</li><li>表项二</li></ul>Type=”#”取值可为disc(默认,实心黑点)、square(实心黑方块)、circle(空心圆)2)有序列表<oltype=”#”><li>表项一</li><li>表项二</li></ol>Type=”#”取值可为A、a、I、i、1等3)定义列表<dl><dt>项目</dt><dd>描述一</dd><dd>描述二</dd></dl></p><p>8、<dt>标签定义了定义列表中的项目,<dd>标签在定义列表中定义条目的定义部分,可以理解为对定义条目进行特征描述。16芷江民族职业中专学校对口升学计算机类复习教程——网页制作整理:张金龙1)无序列表、有序列表、定义列表间可以相互嵌套,但一定要注意嵌套时不能交叉1、其它方式修饰文本1)欲格式化文本:<pre>…</pre>2)代码样式斜体字渲染:<var>…</var>3)</p> </div> <div class="mt-3 bg-white"> <div class="d-lg-block d-none px-3 px-lg-4 py-3 border-bottom text-center font-18"> 当前文档最多预览五页,下载文档查看全文 </div> <div class="detail-fixed-feature d-none d-lg-block" id="detailFixedFeatureBox"> <div class="px-3 px-lg-4 py-3 d-flex align-items-center justify-content-between fixed-feature-box" id="detailFixedFeature"> <div class="d-lg-flex d-none align-items-center"> <div> <a class="btn btn-outline-danger article-state" href="javascript:;" data-id="25877861" data-code="438274" data-title="HTML知识点汇总.doc"> <span>侵权申诉</span> </a> <button type="button" class="btn btn-outline-secondary with-light ml-2" data-toggle="modal" data-target="#reportModal" data-id="25877861"><span>举报</span></button> </div> <nav class="d-flex align-items-center ml-4" id="anchorPoint"> <a href="javascript:;" class="btn btn-light anchor-pre px-2"><i class="iconfont text-muted"></i></a> <div class="text-muted mb-0 pre-point-list" id="prePointList"> <a class="px-2 active nav-link" href="#anchorImg0">1</a> <a class="px-2 nav-link" href="#anchorImg1">1</a> <a class="px-2 nav-link" href="#anchorImg2">2</a> <a class="px-2 nav-link" href="#anchorImg3">3</a> <a class="px-2 nav-link" href="#anchorImg4">4</a> <a class="px-2 nav-link" href="#anchorImg5">5</a> / <span class="px-2" id="prePageNums">16</span> </div> <a href="javascript:;" class="btn btn-light anchor-next px-2"><i class="iconfont text-muted"></i></a> </nav> </div> <div class="d-flex align-items-center"> <p class="d-lg-block d-none font-14 text-black-50 mb-0 mr-2">此文档下载收益归作者所有</p> <button class="btn btn-danger detail-download-btn px-3 ml-0 font-16" data-btn="downloadfile" style="width:128px;height:40px;" data-id="25877861" data-price="1000" data-size="205.55 KB" data-page="16页" data-type="doc" data-binddown="true" data-isold="new_content" data-vip="0" data-title="HTML知识点汇总.doc">下载文档</button> </div> </div> </div> </div> <div class="d-block d-lg-none px-3 px-lg-4 py-3 border-bottom text-center font-14" style="color:#999">当前文档最多预览五页,下载文档查看全文</div> <button class="btn d-block w-100 d-lg-none btn-danger detail-download-btn px-3 ml-0 font-16" data-btn="downloadfile" data-id="25877861" data-price="1000" data-size="205.55 KB" data-page="16页" data-type="doc" data-binddown="true" data-isold="new_content" data-vip="0" data-title="HTML知识点汇总.doc">点击下载本文档 </button> </div> <div class="px-3 px-lg-4 py-3 bg-white mt-3"> <ul class="nav custom-tab border-bottom" id="myTab" role="tablist"> <li class="nav-item" role="presentation"> <a class="nav-link active px-0 mr-4 font-16 font-weight-light pb-3" id="tips-tab" data-toggle="tab" href="#showTips" role="tab" aria-controls="showTips" aria-selected="true">版权提示</a> </li> <li class="nav-item" role="presentation"> <a class="nav-link px-0 pb-3 font-16 font-weight-light text-black-50" href="/d-25877861.html" >下载文档</a> </li> <dl class="flex-grow-1 mb-0 d-lg-none"> <li class="ml-3 float-right d-lg-none"> <button type="button" class="btn btn-light" data-toggle="modal" data-target="#reportModal" data-id="25877861"><span>举报</span></button> </li> </dl> </ul> <div class="tab-content with-content pt-3" id="myTabContent"> <div class="tab-pane fade show active font-14" id="showTips" role="tabpanel" aria-labelledby="showTips-tab"> 温馨提示: <br> 1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。<br> 2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。<br> 3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。<br> 4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。 <br> </div> </div> </div> </div> <div class="detail-sidebar d-none d-lg-block"> <div id="columnDetailSiderRight"> <div class="detail-yourlike mt-0 pb-2" id="relativeArticle"> <div class="border-bottom py-2 d-flex align-items-center justify-content-between"> <h5 class="font-16">相关文章</h5> <a class="font-14 hover-letter-spacing" href="/ucenter/search/index.html?text=HTML知识点汇总.doc" target="_blank" rel="nofollow">更多<i class="iconfont font-12 pl-1"></i></a> </div> <ul class="font-14 like-list"> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-6074187.html" title="html习题答案汇总" target="_blank">html习题答案<span class="text-danger">汇</span><span class="text-danger">总</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-6355976.html" title="html学习笔记汇总" target="_blank">html学习笔记<span class="text-danger">汇</span><span class="text-danger">总</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-6356105.html" title="html习题答案汇总" target="_blank">html习题答案<span class="text-danger">汇</span><span class="text-danger">总</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-docx" href="/p-10194712.html" title="html代码汇总详解" target="_blank">html代码<span class="text-danger">汇</span><span class="text-danger">总</span>详解</a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-10802288.html" title="html基本语法汇总" target="_blank">html基本语法<span class="text-danger">汇</span><span class="text-danger">总</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-36437620.html" title="HTML知识点汇总" target="_blank"><span class="text-danger">H</span><span class="text-danger">T</span><span class="text-danger">M</span><span class="text-danger">L</span><span class="text-danger">知</span><span class="text-danger">识</span><span class="text-danger">点</span><span class="text-danger">汇</span><span class="text-danger">总</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-48264889.html" title="HTML知识点" target="_blank"><span class="text-danger">H</span><span class="text-danger">T</span><span class="text-danger">M</span><span class="text-danger">L</span><span class="text-danger">知</span><span class="text-danger">识</span><span class="text-danger">点</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-48509489.html" title="HTML5知识点汇总.doc" target="_blank"><span class="text-danger">H</span><span class="text-danger">T</span><span class="text-danger">M</span><span class="text-danger">L</span>5<span class="text-danger">知</span><span class="text-danger">识</span><span class="text-danger">点</span><span class="text-danger">汇</span><span class="text-danger">总</span><span class="text-danger">.</span><span class="text-danger">d</span><span class="text-danger">o</span><span class="text-danger">c</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-49611343.html" title="HTML5知识点汇总.doc" target="_blank"><span class="text-danger">H</span><span class="text-danger">T</span><span class="text-danger">M</span><span class="text-danger">L</span>5<span class="text-danger">知</span><span class="text-danger">识</span><span class="text-danger">点</span><span class="text-danger">汇</span><span class="text-danger">总</span><span class="text-danger">.</span><span class="text-danger">d</span><span class="text-danger">o</span><span class="text-danger">c</span></a> </li> <li class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-55160299.html" title="HTML-常用标签属性汇总.doc" target="_blank"><span class="text-danger">H</span><span class="text-danger">T</span><span class="text-danger">M</span><span class="text-danger">L</span>-常用标签属性<span class="text-danger">汇</span><span class="text-danger">总</span><span class="text-danger">.</span><span class="text-danger">d</span><span class="text-danger">o</span><span class="text-danger">c</span></a> </li> </ul> </div> <div class="detail-yourlike pb-2"> <div class="border-bottom py-2"> <h5 class="font-16">相关标签</h5> </div> <ul class="font-14 like-list d-flex flex-wrap"> <a class="search-tag" href="/tags/956170/" target="_blank">知识点</a> <a class="search-tag" href="/tags/540369/" target="_blank">doc</a> <a class="search-tag" href="/tags/540043/" target="_blank">汇总</a> </ul> </div> <script src="/d/js/acmsd/thea1.js"></script> </div> </div> </div> <footer> <div class="container d-none d-lg-block mb-4"> <div class="d-flex justify-content-between footer-nav"> <ul class="d-flex foot-nav"> <li> <h5>常见问题</h5> <a class=text-decoration-none href=/help/wenti/upload/ target=_blank> 关于上传 </a><a class=text-decoration-none href=/help/wenti/xiazai/ target=_blank> 关于下载 </a><a class=text-decoration-none href=/help/wenti/qinquan/ target=_blank> 关于侵权 </a><a class=text-decoration-none href=/help/wenti/fenxaing/ target=_blank> 分享文档赚钱教程 </a> </li> <li> <h5>关于我们</h5> <a class=text-decoration-none href=/help/about/wzjs/ target=_blank> 网站介绍 </a><a class=text-decoration-none href=/help/about/gywm/ target=_blank> 关于我们 </a><a class=text-decoration-none href=/help/about/lxwm/ target=_blank> 联系我们 </a> </li> <li> <h5>版权问题</h5> <a class=text-decoration-none href=/help/banquan/bqsm/ target=_blank> 版权声明 </a><a class=text-decoration-none href=/help/banquan/qqcl/ target=_blank> 侵权处理 </a><a class=text-decoration-none href=/help/banquan/mzsm/ target=_blank> 免责声明 </a> </li> <li> <h5>协议条款</h5> <a class=text-decoration-none href=/help/xieyi/yhxy/ target=_blank> 用户协议 </a><a class=text-decoration-none href=/help/xieyi/fwtk/ target=_blank> 用户服务条款 </a><a class=text-decoration-none href=/help/xieyi/ysbh/ target=_blank> 用户隐私保护 </a> </li> <li> <h5>网站导航</h5> <a class="text-decoration-none help-nav-item" href="/sitemaps.xml" data-name="网站地图" target="_blank">网站地图</a> <a class="text-decoration-none help-nav-item" href="/list.html" data-name="全部分类" target="_blank">全部分类</a> <a class="text-decoration-none help-nav-item" href="/sitemaps/index.html" data-name="资源地图" target="_blank">资源地图</a> </li> </ul> <div class="foot-qrcode d-flex"> <div> <div class="subsitute-bg"><img src="https://www.wenku365.com/d/file/2022/07-08/f23df57d987ef7ad9acb33fe5abf9854.jpg"></div> <p>关注公众号<br></p> </div> </div> </div> </div> <div class="footer-copyright"> <p><a href="/" target="_blank">天天文库</a>站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有【成交的100%(原创)】。</p> <p>本站是网络服务平台方,若您的权利被侵害,侵权客服QQ:3074922707 欢迎举报。</p> <p>Copyright 2004-2021 <a href="https://www.wenku365.com/" target="_blank">wenku365.com</a> All Rights Reserved <a href="https://beian.miit.gov.cn/#/Integrated/index" rel="nofollow" target="_blank">闽ICP备15016911号-5 </a></p> <p>闽公网安备 <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35052402000320" rel="nofollow" target="_blank">35052402000320</a></p> <p> <a href="https://www.wenku365.com/zt.html" target="_blank">专题文集</a> <a href="https://www.wenku365.com/zt-90007.html" target="_blank">丨职业培训</a> <a href="https://www.wenku365.com/zt-90005.html" target="_blank">丨实用范文</a> <a href="https://www.wenku365.com/zt-90010.html" target="_blank">丨商业材料</a> <a href="https://www.wenku365.com/zt-90013.html" target="_blank">丨合同协议</a> <a href="https://www.wenku365.com/zt-90009.html" target="_blank">丨PPT专题</a></p> </div> </footer> <script src="//static.wenku365.com/wenku365/js/global.min.js?"></script> <script src="//static.wenku365.com/wenku365/js/clipboard.min.js?"></script> <script src="//static.wenku365.com/wenku365/js/jquery.treeview.js?"></script> <script src="//static.wenku365.com/wenku365/js/jquery.share.min.js?"></script> <script src="//static.wenku365.com/wenku365/js/common.min.js?"></script> <script src="//static.wenku365.com/wenku365/js/downloadFile.js?"></script> <script src="//static.wenku365.com/wenku365/js/loginWindow.js?"></script> <script src="//static.wenku365.com/wenku365/js/windowRecharge.js?"></script> <script src="//static.wenku365.com/wenku365/js/viewer.min.js?"></script> <script src="//static.wenku365.com/wenku365/js/detail.js?"></script> <!-- 2023-05-07 02:24:14 --> </body> </html>