常用的行内元素有:
a、abbr、acronym、b、bdo、big、br、cite、code、dfn、em、font、i、img、input、kbd、label、q、s、samp、select、small、span、strike、strong、sub、sup、textarea、tt、u、var
常用的块级元素有:
address、blockquote、center、dir、div、dl、dt、dd、fieldset、form、h1~h6、hr、isindex、menu、noframes、noscript、ol、p、pre、table、ul、li
行内元素不支持width、height属性(可以通过line-height来设置);对于padding和margin,左右有效,上下无效。
原文:http://www.cnblogs.com/cr-smile/p/3895937.html