Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

96.[html]行内元素有哪些?块级元素有哪些? 空(void)元素有那些?行内元素和块级元素有什么区别? #96

Open
webVueBlog opened this issue Mar 20, 2020 · 1 comment
Labels
web综合 web综合

Comments

@webVueBlog
Copy link
Member

No description provided.

@webVueBlog webVueBlog added the web综合 web综合 label Mar 20, 2020
@webVueBlog
Copy link
Member Author

webVueBlog commented Mar 20, 2020

行内元素有:

a b span img input select strong

块级元素有:

div ul ol li dl dt dd h1 h2 h3 h4… p

空元素:

<br> <hr> <img> <input> <link> <meta>

行内元素不可以设置宽高,不独占一行
块级元素可以设置宽高,独占一行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web综合 web综合
Projects
None yet
Development

No branches or pull requests

1 participant