Files
ClassContent/历届学生/18课程/class18/课程/2020-10-10/笔记.txt
2024-09-27 02:06:13 +08:00

14 lines
251 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

块级标签:会独占一行的标签 div p h1~h6
可以设置宽高,边距
行内标签:不会独占一行 a span img
不可以
可以相互转换:
display: block; inner行内 inline-block行内块标签 block