内联元素(inline element):内联元素也叫行内元素,内联元素在一个文本行内生成元素框,而不会打断这行文本。内联元素最好的例子就是XHTML中的a元素。
基于1242个网页-相关网页
比如行内元素(inline element):相邻元素之间横向排列,到最右端自动折行。比如
基于248个网页-相关网页
inline element styles 内联元素样式 ; 行级元素
CSS display inline element 内联元素
inline-level element 内联级元素 ; 行内元素 ; 行内级元素
The only thing "smaller" than a block element is an inline element.
唯一比块元素“更小”的是 内联元素。
In contrast, an inline element is continuous with the words around it, but it is marked by a different font, color, hyperlink, and so on.
与之相反,内联元素延伸到它周围的字,但由不同的字体、颜色、超链接等标记。
Any text that is directly contained inside a block container element (not inside an inline element) must be treated as an anonymous inline element.
如果一个块包含框里面有行框而没有块框,没有包含在行框里面的文字就会被包在匿名行框内,例如。
应用推荐