html文件头部固定代码
生活随笔
收集整理的這篇文章主要介紹了
html文件头部固定代码
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
<!DOCTYPE html>
<html><head><meta charset="utf-8"><!--title定義HTML文檔的標(biāo)題--><title>html頭部</title><!--定義HTML文檔中的元數(shù)據(jù)--><base href="http://www.w3cschool.cc/images/" target="_blank"><!--meta 提供HTML文檔的meta標(biāo)記--><!--描述內(nèi)榮--><meta name="description" content="Free Web tutorials"><!--搜索引擎定義關(guān)鍵詞--><meta name="keywords" content="HTML,CSS,XML,JavaScript"><!--定義網(wǎng)頁作者--><meta name="author" content="St?le Refsnes"><!--每30s刷新當(dāng)前頁面--><meta http-equiv="refresh" content="30"></meta><!--link鏈接樣式表--><link rel="stylesheet" type="text/css" href="mystyle.css"><!--style 定義HTML文檔的樣式文件--><style type="text/css">body {background-color: yellow}</style>
</head><body>
</body>
</html>
與50位技術(shù)專家面對面20年技術(shù)見證,附贈(zèng)技術(shù)全景圖
總結(jié)
以上是生活随笔為你收集整理的html文件头部固定代码的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: VScode设置中文
- 下一篇: 通过输入流获取的xml格式字符串转为js