0
こんにちは皆VScodeでスニペットを作成する際に問題があります。ここでVisual Studioコードスニペットコード
はstippetです:
"HTML5":{
"prefix": "html5",
"body":[
"<!DOCTYPE html>",
"<html lang='es'>",
"\t<head>",
"\t\t<meta charset='utf-8'>",
"<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<title></title>",
"\t</head>",
"\t<body>",
"\t</body>",
"</html>"
],
"description": "Basic HTML5 document."
}
私は結果として、私は、文字列の属性は、LANG = 'のES'、代わりにを作ることができ、私はlangは= "ES" する方法を知っているように思います。手助け? ありがとう!
ありがとうございます! –