web前端中head中常用的标签有哪些?

854 ℃

web前端中head中常用的标签有哪些?下面web建站小编给大家详细介绍一下各个标签!

head常用标签介绍

<head>
  <meta charset="UTF-8">
  <meta name="apple-touch-fullscreen" content="yes" />
  <meta name="apple-mobile-web-app-capable" content="yes" />
  <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  <meta name="format-detection" content="telephone=no" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
  <title>web建站教程|前端入门建站教程-专业建站平台</title>
  <meta name="keywords" content="" />
  <meta name="description" content="" />
  <meta name="author" content="web建站教程">
  <meta http-equiv="refresh" content="30">
  <meta http-equiv="refresh" content="10; url=https://ipkd.cn/">
  <base href="https://ipkd.cn/">
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <style>
    body { background-color: #fff; }
  </style>
</head>

title标签用来定义 HTML 文档的标题。

base标签用于为页面中所有相对链接指定一个基本链接

link标签经常用于引用外部 CSS 样式表

style标签可以在 HTML 文档中嵌入 CSS 样式

meta标签用于提供有关 HTML 文档的元数据,例如页面有效期、页面作者、关键字列表、页面描述等信息。

script标签用于定义 JavaScript 脚本

noscript标签中定义一些内容来替代不能运行的 JavaScript 脚本或者给用户一些提示

a标签添加 rel="noopener" 有什么用处

dedecms获取文章内容如何过滤掉html标签

js如何去除字符串中所有html标签

js哪些方法可以改变图片大小

php代码中如何去掉数组元素中的html标签

标签: base, head, html标签, link, meta, noscript, script, style, title, web

上面是“web前端中head中常用的标签有哪些?”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。

当前网址:https://m.ipkd.cn/webs_2631.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

php利用三大函数检测数组是否为空
js如何利用forEach和while循环数组求和
dedecms生成文章如何把图片改成绝对路径
js如何实现checkbox选中事件
帝国cms读取远程页面 (readhttp) 和 引用文件标签