开发环境安装配置与HTML基础知识
渊
2019-08-29 23:15:53
0
1
1700

开发环境安装配置与HTML基础知识(HTML基本结构)

配置简体中文
ctrl+shift+p 打开命令窗
常用插件
1、chinese(Simplified)Language Pack:简体中文语言包
2、JS-CSS-HTML Formatter:JS/CSS/HTML格式化工具
3、Bracket Pair Colorizer 2:括号自动配对检查器
4、Markdown Extended:Markdown扩展
5、markdownlint:Markdown 语法检查器
6、Meterial Theme:目前全球全火的主题
7、Meterial Icon Theme:与该主题配套的图标

实例

<!DOCTYPE html> 
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


<!DOCTYPE html>  文档类型声明
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
    
</body>
</html>


渊

répondre à tous(1)
V

这些插件挺不错的

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!