1.安装VSCode
2.在VSCode里安装中文语言包
3在VSCode里尝试安装ayu主题
4将一个目录作为项目目录
5.创建一个信网页
6.安装live server
7.通过live server来运行网页
8.设置代码自动存储
VSCode用起来方便快捷,安装插件后,更加好用,自己慢慢会发现的
<!doctype html>
<html lang=“zh或者en”>
<head>
<meat charset=“UTF-8”>
<title>题目</title>
</head>
<body>
<h1></h1>
</body>
</html>