html 常用块级元素与行内元素

常用块级元素

div、p、h1~h6、ul、ol、dl、li、dd、table、hr、blockquote、address、table、menu、pre,HTML5新增的header、section、aside、footer等

常用行内元素

span、img、a、input、textarea、select、strong、lable、button(默认display:inline-block)、abbr(缩写)、em(强调)、cite(引用)、i(斜体)、q(短引用)、small、big、sub、sup、u(下划线)

注:img、input、select、textarea、button、label、object等是置换元素(浏览器根据元素的标签和属性,来决定元素的具体显示内容),置换元素在其显示中生成了框,故可以设置width、height、padding、margin,表现同行内块级元素

欢迎关注、点赞

猜你喜欢

转载自blog.csdn.net/qq_33576343/article/details/81807047