2024年07月20日 建站教程
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://lmcjl.com/"> <base href="https://lmcjl.com/"> <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 脚本或者给用户一些提示
本文链接:http://so.lmcjl.com/news/8825/