Element classification--inline block elements

inline-block element characteristics:

Inline block elements (inline-block) have the characteristics of both inline elements and block elements. The code display:inline-block is to set the element to inline Connected block elements. (New in css2.1), and tags are such inline block tags.

1, and other elements are on the same line;

2, the height, width, line height, top and bottom margins of the element can be set.

    内联块状元素  
1 2 3 4


Continuing Learning
||
内联块状元素
1 2 3 4
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!