01-HTML基本结构

版权声明:拒绝盗版 https://blog.csdn.net/weixin_42981560/article/details/84787139

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>Document</title>

</head>

<body>

<!--

shift + ! 按 enter 快速生成html结构

快速生成注释: ctrl + ?/

复制:ctrl + c

粘贴: ctrl + v

保存:ctrl + s

剪切:ctrl + x

删除:ctrl + d

撤回:ctrl + z

-->

</body>

</html>

猜你喜欢

转载自blog.csdn.net/weixin_42981560/article/details/84787139
今日推荐