Blogger Information
Blog 22
fans 0
comment 0
visits 11436
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0316html
没耐心的渔翁
Original
543 people have browsed it

0316课后总结

1.安装vscode常用插件

1.安装等宽字体(JetBrains Mono)
2安装再编译器快速查看文档(Markdown Preview Enhanced)
3.安装简体中文(chinese(simplified …)
4.html实时预览(live server)
5.自定义注释颜色(better comments)

2.标签(单标签没闭合,双标签有闭合)

2.1单标签:<html lang="en">

2.2双标签:<title>Document</title>.

3.html标签的功能

4.表格

id name elime age
1 王女士 wang@qq.com nv
2 李先生 li@qq.com nan
3 dog gou@qq.com mu

Markdown的语法说用

一级标题

二级表题

三级标题

3.代码

1.单行用``
2.多行:```

图片

1.图片的语法:!(图片说明)(图片地址:可以本地也可以网上)
这是一张图

代码功能

文档类型
<!DOCTYPE html>
根元素

<html lang="en">
头元素
<head>.
元标签
<meta charset="UTF-8">
窗口适配
<meta name="viewport" content="width=device-width, initial-scale=1.0">
页面标题
<title>Document</title>
</head>
主题元素
<body>
4554545
</body>
</html>

Correcting teacher:PHPzPHPz

Correction status:unqualified

Teacher's comments:代码放入markdown代码块中,标题不要出现日期
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post