 PHPz
PHPz批改状态:不合格
老师批语:代码放入markdown代码块中,标题不要出现日期
1.安装等宽字体(JetBrains Mono)
2安装再编译器快速查看文档(Markdown Preview Enhanced)
3.安装简体中文(chinese(simplified …)
4.html实时预览(live server)
5.自定义注释颜色(better comments)
<html lang="en"><title>Document</title>.| id | name | elime | age | 
|---|---|---|---|
| 1 | 王女士 | wang@qq.com | nv | 
| 2 | 李先生 | li@qq.com | nan | 
| 3 | dog | gou@qq.com | mu | 
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>
 
                 
                        
                    Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号