其他分享
首页 > 其他分享> > html头部标签

html头部标签

作者:互联网

title

作用:

<title>文档标题</title>

link

link modulepreload 型 - CSDN

翻译篇 - ES 模块预加载和完整性 - SegmentFault 思否

<link rel="stylesheet" type="text/css" href="">

一般就用于加载外部css文件

style

<style>p{color:red}</style>

内部css代码

script

<script src=""></script>
<script>alert(123)</script>

其他

base:https://www.cnblogs.com/heibaimao123/p/16187888.html
meta:https://www.cnblogs.com/heibaimao123/p/16200726.html

标签:body,title,标签,script,html,头部,页面
来源: https://www.cnblogs.com/heibaimao123/p/16201368.html