Blogger Information
Blog 11
fans 0
comment 0
visits 8251
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第一次作业
YwQ
Original
562 people have browsed it

0928作业

  1. 掌握课堂上提及的所有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>

  1. <html lang="zh">
  2. <head>
  3. </head>
  4. <body>
  5. <header>
  6. <h1>&lt;header&gt;</h1>
  7. </header>
  8. <div class="main">
  9. <aside>
  10. <h2>&lt;aside&gt;</h2>
  11. </aside>
  12. <main>
  13. <h2>&lt;main&gt;</h2>
  14. <div>
  15. <section>
  16. <h2>&lt;section&gt;</h2>
  17. </section>
  18. <section>
  19. <h2>&lt;section&gt;</h2>
  20. </section>
  21. </div>
  22. </main>
  23. </div>
  24. <footer>
  25. <h2>&lt;footer&gt;</h2>
  26. </footer>
  27. </body>
  28. </html>

没有链接css
结束

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:考虑到是你的第一次, 就过了, 下次要多写点
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