0928作业
- 掌握课堂上提及的所有markdown语法,并实例演示
1.标题
标题(一个文本只能存在一个)
标题
标题
标题
标题
标题
2.列表
1.有序列表
2.有序列表
3.有序列表
无序列表
- 水果
- 苹果
- 香蕉
- 西瓜
- 蔬菜
- 番茄
- 白菜
3.表格
id | 姓名 | 年龄 | 身高 | 体重 |
---|---|---|---|---|
1 | 小白 | 12 | 140 | 80 |
2 | 小红 | 11 | 135 | 82 |
4.链接
百度
[百度]https://www.baidu.com
[百度https://www.baidu.com]
5.图片
6.区块
区块引用
你好
你好
7.代码
<h1>这是一串代码</h1>
<html lang="zh">
<head>
</head>
<body>
<header>
<h1><header></h1>
</header>
<div class="main">
<aside>
<h2><aside></h2>
</aside>
<main>
<h2><main></h2>
<div>
<section>
<h2><section></h2>
</section>
<section>
<h2><section></h2>
</section>
</div>
</main>
</div>
<footer>
<h2><footer></h2>
</footer>
</body>
</html>
没有链接css
结束