前端基础——HTML、CSS、JS
介绍
开发工具
代码编辑器
Visual Studio Code
编辑器右键
-
创建vscode.reg文件
vscode.reg
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\VSCode] @="Open with Code" "Icon"="D:\\000IntegratedDevelopmentEnvironment\\040VisualStudioCode\\vscode\\Microsoft VS Code\\Code.exe" [HKEY_CLASSES_ROOT\*\shell\VSCode\command] @="\"D:\\000IntegratedDevelopmentEnvironment\\040VisualStudioCode\\vscode\\Microsoft VS Code\\Code.exe\" \"%1\"" Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\VSCode] @="Open with Code" "Icon"="D:\\000IntegratedDevelopmentEnvironment\\040VisualStudioCode\\vscode\\Microsoft VS Code\\Code.exe" [HKEY_CLASSES_ROOT\Directory\shell\VSCode\command] @="\"D:\\000IntegratedDevelopmentEnvironment\\040VisualStudioCode\\vscode\\Microsoft VS Code\\Code.exe\" \"%V\"" Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode] @="Open with Code" "Icon"="D:\\000IntegratedDevelopmentEnvironment\\040VisualStudioCode\\vscode\\Microsoft VS Code\\Code.exe" [HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command] @="\"D:\\000IntegratedDevelopmentEnvironment\\040VisualStudioCode\\vscode\\Microsoft VS Code\\Code.exe\" \"%V\""
-
双击加载进注册表
材料下载
HTML
HTML初识
HTML(HyperText Mark Language):超文本标记语言。
我的第一个html文件
Hello World
-
html
:根标签,除其他都写在里面; -
head
:页面头部,优化界面代码链接或者代码主体(css,js); -
title
:页面标题; -
body
:页面主体。
字符集
其他
注释
HTML:排版标签
标题标签
水平线标签
换行标签
段落标签