美文网首页
HTML的head和文本

HTML的head和文本

作者: 清平乐啊 | 来源:发表于2022-10-21 17:42 被阅读0次

本笔记记于2021年,摘自MDN HTML板块

1.<head>保存页面的一些元数据

2.<title> 的内容被作为建议的书签名

3.页面手动设置编码为utf-8,来避免在其他浏览器中可能出现的潜在问题

4.许多<meta> 元素包含了name 和 content 特性:

name 指定了meta 元素的类型; 说明该元素包含了什么类型的信息
content 指定了实际的元数据内容
指定包含关于页面内容的关键字的页面内容的描述是很有用的,因为它可能或让页面在搜索引擎的相关的搜索出现得更多
页面添加图标的方式有:
将其保存在与网站的索引页面相同的目录中,以.ico格式保存(大多数浏览器将支持更通用的格式,如.gif或.png,但使用ICO格式将确保它能在如Internet Explorer 6一样久远的浏览器显示)
将以下行添加到HTML <head>中以引用它:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
现代浏览器在各种场合使用favicons,如打开的页面标签页和书签面板中的书签页面

5. <link>元素经常位于文档的头部

这个link元素有2个属性,rel="stylesheet"表明这是文档的样式表,而 href包含了样式表文件的路径

6.可以(而且有必要)为站点设定语言, 这个可以通过添加lang属性到HTML开始标签中来实现

<html lang="zh-CN">

7.一些最佳实践

  • 最好只对每个页面使用一次<h1> — 这是顶级标题,所有其他标题位于层次结构中的下方
  • 确保在层次结构中以正确的顺序使用标题
    不要使用<h3>来表示副标题,后面跟<h2>来表示副副标题 - 这是没有意义的,会导致奇怪的结果
  • 在六个标题级别中,只在每页使用不超过三个
    具有许多级别的文档(较深的标题层次结构)变得难以操作并且难以导航,建议将内容分散在多个页面上

8.语义化

标题:<h1></h1> <h2></h2> <h3></h3><h4></h4><h5></h5><h6></h6>
段落:<p></p>
列表:无序<ul><li></li></ul>、有序<ol><li></li></ol>、嵌套列表<ol><li><ul><li></li></ul></li></ol>
强调:<em></em>
非常重要:<strong></strong>

9.描述列表

描述列表使用与其他列表类型不同的闭合标签— <dl>; 此外,每一项都用 <dt>(description term) 元素闭合
每个描述都用 <dd> (description description) 元素闭合

10.<blockquote>

如果一个块级内容(一个段落、多个段落、一个列表等)从其他地方被引用,应该把它用元素包裹起来表示,并且在cite属性里用URL来指向引用的资源

11.<abbr>

用来包裹一个缩略语或缩写,并且提供缩写的解释(包含在title属性中)
<p>我们使用 <abbr title="超文本标记语言(Hyper text Markup Language)">HTML</abbr> 来组织网页文档</p>

12.<address>

为了标记编写HTML文档的人的联系方式

13上标和下标: <sup><sub>

14.标记计算机代码的元素

  • <code>: 用于标记计算机通用代码
  • <pre>: 用于保留空白字符(通常用于代码块)——如果在文本中使用缩进或多余的空白,浏览器将忽略它,将不会在呈现的页面上看到它
    但是,如果将文本包含在<pre></pre>标签中,那么空白将会以在文本编辑器中看到的相同的方式渲染出来
  • <var>: 用于标记具体变量名
  • <kbd>: 用于标记输入电脑的键盘(或其他类型)输入
  • <samp>: 用于标记计算机程序的输出

相关文章

  • 2018-09-17 ----html总结

    html简介 head标签 文本标签 图片和超链接 表格标签

  • HTML

    一、HTML三要素 html:超文本标记语言head:文本头部body:身体 / 文本内容HTML三要素 二、标签...

  • HTML 基础

    HTML 标题 HTML 段落 HTML 链接 HTML 图像 HTML 文本格式化标签 HTML ...

  • HTML的head和文本

    本笔记记于2021年,摘自MDN HTML板块 1.保存页面的一些元数据 2. 的内容被...</p></li><li id="r5"><a href="/user/exhryttx.html"><img src="https://img.haomeiwen.com/is6084714/55d44ebd04e97f71.jpg" width="80"></a><h3><a href="/subject/eidgxxtx.html">CSS3实现“弹出icon”表单</a></h3><p>查看demo <html>结构 <css>样式 selection设置用户选中的文本的颜色和背景色。 设置head...</p></li><li id="r6"><a href="/user/roiemttx.html"><img src="https://img.haomeiwen.com/ud/1-04bbeead395d74921af6a4e8214b4f61.jpg" width="80"></a><h3><a href="/subject/xybrdxtx.html">HTML基础 --- 1</a></h3><p>HTML 是一个超文本标记语言,用来搭建网页,HTML的结构包括头部(head)和body(主体)两大部分。hea...</p></li><li id="r7"><a href="/user/wezdtxtx.html"><img src="https://img.haomeiwen.com/ud/9-cceda3cf5072bcdd77e8ca4f21c40998.jpg" width="80"></a><h3><a href="/subject/jveorftx.html">Day3</a></h3><p>HTML基础 一 基本标签元素 一 html二 head title页面头的名字三. boby 直接写文本文档...</p></li><li id="r8"><a href="/user/mhdzittx.html"><img src="https://img.haomeiwen.com/is9128174/df56216325ebbf97.png" width="80"></a><h3><a href="/subject/mxwwfftx.html">2018-03-11</a></h3><p>HTML(超文本标记语言) head title 标题标签 meta 标签 style(内部css样式) scri...</p></li><li id="r9"><a href="/user/peszsttx.html"><img src="https://img.haomeiwen.com/ud/4-3397163ecdb3855a0a4139c34a695885.jpg" width="80"></a><h3><a href="/subject/ylsiottx.html">初入HTML5</a></h3><p>1 初的入h5单词 html 超文本标记语言 head 头 body 身体 title 标题 ...</p></li><li id="r10"><a href="/user/qjpkdxtx.html"><img src="https://img.haomeiwen.com/ud/12-aeeea4bedf10f2a12c0d50d626951489.jpg" width="80"></a><h3><a href="/subject/agrcsqtx.html">前端学习之基本标签的了解</a></h3><p>html代表文本的开始与结束 head标签中主要是用来写一些配置或者适配,比如标题和图标等 title标签主要就是...</p></li></ul></div></div><div id="comments"><h2>网友评论</h2><ul></ul></div><ul></ul><div class="article_by"><div class="bytitle"><p>本文标题:<font color="#666">HTML的head和文本</font></p><p>本文链接:<font color="#666">https://www.haomeiwen.com/subject/hghdlltx.html</font></p></div></div></div><div class="meiwen-left fl mb"><div class="title ht"><h3>延伸阅读</h3><div class="share fr" id="bdshare"></div><i class="lt"></i><i class="rt"></i></div><div class="related"><ul class="related-list"><li><a class="meiwen" href="/mw/lbyctttx.html">那年盛夏诗歌</a></li><li><a class="meiwen" href="/sy/kbyctttx.html">环境监察队工作总结范文</a></li><li><a class="meiwen" href="/sy/hbyctttx.html">优秀教师学习心得范文</a></li><li><a class="meiwen" href="/sy/cbyctttx.html">华胥引的读后感300字</a></li><li><a class="meiwen" href="/yw/qbyctttx.html">《Its red》教学反思范文</a></li><li><a class="meiwen" href="/sy/fbyctttx.html">农资购销的合同范本</a></li><li><a class="meiwen" href="/sy/xbyctttx.html">竞选中队委优秀演讲稿</a></li><li><a class="meiwen" href="/yw/tbyctttx.html">辞金蹈海的成语解释</a></li><li><a class="meiwen" href="/ja/zvyctttx.html">《世纪宝鼎》公开课教案设计</a></li></ul></div><div class="picture" ><ul class="picture-list"><li><a class="meiwen" href="/article/69641.html"><img class="lazy" data-original="/uploads/allimg/1611/1-1611292156350-L.jpg" width="150" height="120" alt="因为爱你,所以牵挂"/><span>因为爱你,所以牵挂</span></a></li><li><a class="meiwen" href="/article/84632.html"><img class="lazy" data-original="/uploads/userup/2800/14V4C648-O08.jpg" width="150" height="120" alt="今生今世红尘醉——美到心碎的古诗词"/><span>今生今世红尘醉——美到</span></a></li><li><a class="meiwen" href="/article/53482.html"><img class="lazy" data-original="/uploads/allimg/1609/1-160ZPU1030-L.jpg" width="150" height="120" alt="一个90后的内心独白"/><span>一个90后的内心独白</span></a></li><li><a class="meiwen" href="/article/3639.html"><img class="lazy" data-original="/uploads/userup/1159/1432YGR-9294.jpg" width="150" height="120" alt="致已逝去的高中年华"/><span>致已逝去的高中年华</span></a></li></ul></div></div><div class="meiwen-left fl mb"><div id="pinglun"><div id="SOHUCS"></div></div></div><div class="meiwen-left fl"><div class="title ht"><h3>深度阅读</h3><ul class="list"><li><font color="#A2B088">您也可以注册成为美文阅读网的作者,发表您的原创作品、分享您的心情!</font></li></ul><i class="lt"></i><i class="rt"></i></div><ul class="tags"><li><a class="meiwen" href="/huati/qingrenjie/">情人节</a></li><li><a class="meiwen" href="/huati/muqinjie/">母亲节</a></li><li><a class="meiwen" href="/huati/chongyangjie/">重阳节</a></li><li><a class="meiwen" href="/huati/qingmingjie/">清明节</a></li><li><a class="meiwen" href="/huati/duanwujie/">端午节</a></li><li><a class="meiwen" href="/huati/zhishujie/">植树节</a></li><li><a class="meiwen" href="/huati/yuanxiaojie/">元宵节</a></li><li><a class="meiwen" href="/huati/funvjie/">妇女节</a></li><li><a class="meiwen" href="/huati/yurenjie/">愚人节</a></li><li><a class="meiwen" href="/huati/shengdanjie/">圣诞节</a></li><li><a class="meiwen" href="/huati/fuqinjie/">父亲节</a></li><li><a class="meiwen" href="/huati/jiaoshijie/">教师节</a></li><li><a class="meiwen" href="/huati/ertongjie/">儿童节</a></li><li><a class="meiwen" href="/huati/laodongjie/">劳动节</a></li><li><a class="meiwen" href="/huati/qingnianjie/">青年节</a></li><li><a class="meiwen" href="/huati/jianjunjie/">建军节</a></li><li><a class="meiwen" href="/huati/wanshengjie/">万圣节</a></li><li><a class="meiwen" href="/huati/pinganye/">平安夜</a></li><li><a class="meiwen" href="/huati/guanggunjie/">光棍节</a></li><li><a class="meiwen" href="/huati/zhongqiujie/">中秋节</a></li><li><a class="meiwen" href="/huati/guoqingjie/">国庆节</a></li><li><a class="meiwen" href="/huati/ganenjie/">感恩节</a></li><li><a class="meiwen" href="/huati/labajie/">腊八节</a></li><li><a class="meiwen" href="/huati/">更多话题</a></li></ul></div><div class="cl"></div></div><div class="article-right"><div class="meiwen-right fr mb"><dt class="title hd"><h3>栏目导航</h3><i class="lt"></i><i class="rt"></i></dt><ul class="list-nav"><a class="meiwen" href="/c/hqtttttx.html">摄影</a><a class="meiwen" href="/c/vqtttttx.html">故事</a><a class="meiwen" href="/c/uttttttx.html">互联网</a><a class="meiwen" href="/c/cttttttx.html">读书</a><a class="meiwen" href="/c/yttttttx.html">旅行</a></ul></div></div><div class="meiwen-right fr mb"><div class="title hd"><h3>热点阅读</h3><i class="lt"></i><i class="rt"></i></div><ul class="right-list"><li><a class="meiwen" href="/subject/rbhdlltx.html">78、路见不平</a></li><li><a class="meiwen" href="/subject/kbhdlltx.html">敦煌</a></li><li><a class="meiwen" href="/subject/pvhdlltx.html">Jenkins</a></li><li><a class="meiwen" href="/subject/uvhdlltx.html">这些焦虑都是真的吗</a></li><li><a class="meiwen" href="/subject/omhdlltx.html">清明祭母亲</a></li><li><a class="meiwen" href="/subject/wmhdlltx.html">渔友的冬天</a></li><li><a class="meiwen" href="/subject/emhdlltx.html">想起当年跑供销(之八)</a></li><li><a class="meiwen" href="/subject/tmhdlltx.html">奶奶摔倒后——孝道与现实的无奈</a></li><li><a class="meiwen" href="/subject/zphdlltx.html">2021-04-15</a></li><li><a class="meiwen" href="/subject/aphdlltx.html">2021-04-15</a></li></ul></div></div></div></div><div class="footer"><p class="p_1"><a href="/about/aboutus.html">关于我们</a>|<a href="/about/service.html">服务条款</a>|<a href="/about/contact.html">联系我们</a>|<a href="/subject/hghdlltx.html">HTML的head和文本</a>|<a href="/about/tougao.html">投稿指南</a>|<a href="/sitemap.html">网站地图</a>|<a href="/rssmap.html">RSS订阅</a>|<a href="/about/paiban.html">排版工具</a>|<a href="javascript:vod(0);" onclick="Mobileurl()">手机版</a></p><p class="p_2">提供<a href="/meiwen/zhaichao/">经典美文摘抄</a>,<a href="/sanwen/">优美散文欣赏</a>,<a href="/shige/xiandai/">现代诗歌精选</a>,<a href="/xiaoshuo/">短篇小说</a>,<a href="/diary/suibi/">心情随笔</a>,<a href="/qingshu/">表白情书</a><a href="/fanwen/">范文</a>,<a href="/gushi/">故事会在线阅读</a>欣赏</p><p class="p_2">Copyright © 2014-2023 <a href="/">Haomeiwen.com</a> All Rights Reserved. <a href="/">好美文阅读网</a> 版权所有</p><p class="p_2">备案信息:<i></i>桂公网安备 45052102000051号 · 桂ICP备13007215号-3</p><div class="footer_service"><p class="p_2">本站所收录作品、热点评论等信息部分来源互联网,目的只是为了系统归纳学习和传递资讯</p><p class="p_2">所有作品版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!</p></div></div><script src="https://apps.bdimg.com/libs/jquery/1.9.1/jquery.min.js"></script><script type="text/javascript" src="https://apps.bdimg.com/libs/jquery-lazyload/1.9.5/jquery.lazyload.min.js"></script><script type="text/javascript">$("img.lazy").lazyload({effect : "fadeIn"});</script><script type="text/javascript" src="/img/jquery.meiwen.min.js"></script></body></html>