html中快元素和内嵌元素有哪些?
一、块级元素(block),一般用来搭建网站架构、布局、承载内容的作用,有以下这些标签:
address、blockquote、center、dir、div、dl、dt、dd、fieldset、form、h1~h6、hr、isindex、menu、noframes、noscript、ol、p、pre、table、ul
二、内嵌元素(inline),一般用在网站内容之中的某些细节或部位,用以“强调、区分样式、上标、下标、锚点”等等,以下这些标签都属于内嵌元素:
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
温馨提示:请注意html的嵌套规则,以免出错或者网页错乱。
温馨提示:请注意html的嵌套规则,以免出错或者网页错乱。
除注明外的文章,均为来源:老汤博客,转载请保留本文地址!
原文地址:https://tangjiusheng.cn/html/27.html
原文地址:https://tangjiusheng.cn/html/27.html