{html:5: {prefix: hv,body: [!DOCTYPE html,html,head,\tmeta charset=\UTF-8\,\tmeta name=\viewport\ content=\width=device-width, initial-scale=1.0\,\tmeta http-equiv=...
{ "html:5": { "prefix": "hv", "body": [ "<!DOCTYPE html>", "<html>", "<head>", "\t<meta charset=\"UTF-8\">", "\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">", "\t<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">", "\t<title></title>", "\t<script src=\"https://cdn.jsdelivr.net/npm/vue\"></script>", "</head>", "<body>", "</body>", "<script>", "</script>", "</html>", ], "description": "HTML5" } }
沃梦达教程
本文标题为:vscode封装HTML代码片段
猜你喜欢
- 关于Ajax中通过response在后台传递数据问题 2023-02-14
- Ajax请求成功后打开新窗口地址 2023-01-20
- HTML标签(上) 2023-10-27
- new Vue() vs createApp() 2023-10-08
- 基于Jquery ajax技术实现间隔N秒向某页面传值 2022-10-17
- HTML申请注册表练习 2023-10-27
- vue的 Mixins (混入) 2023-10-08
- vue项目地址上的#是哪来的?(前端路由的hash模式和history模式) 2023-10-08
- vue 学习小结(3)关于‘Splan‘ 2023-10-08
- 有关Ajax中get和post的使用问题 2023-01-20