修改前
修改后
?
教程開始
一.1.自己的vscode安裝哪個盤? 就在哪個硬盤路徑搜索?
2.搜索文件名?emmetNodeMain.js?
?
?3. 用 vscode 打開文件
Ctrl + F 搜索?title {$ {1:Document}}
?找到這一段在 title 的前面添加? ?meta[http-equiv='X-UA-Compatible'][content='IE=edge']
?修改完之后重啟 編輯器 就可以了
?修改其他或者添加其他元素同理
第二種方法
二. 使用代碼片段
路徑為
或者
如果沒有文件夾或者沒有文件就創(chuàng)建一個
文章來源:http://www.zghlxwxcb.cn/news/detail-809883.html
{
"diy h5": {
"prefix": "!",
"body": [
"<!DOCTYPE html>",
"<html lang=\"en\">\n",
"<head>",
"\t<meta charset=\"UTF-8\">",
"\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">",
"\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">",
"\t<title>Document</title>",
"</head>\n",
"<body>\n$1",
"</body>\n",
"</html>"
],
"description": "The full sample code - html5."
}
}
添加內(nèi)容或者刪除同理文章來源地址http://www.zghlxwxcb.cn/news/detail-809883.html
到了這里,關(guān)于關(guān)于html生成骨架沒有 <meta http-equiv=“X-UA-Compatible“ content=“IE=edge“>這段標(biāo)簽的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!