none: hidden element. Unlike the hidden value of the visibility attribute, it does not reserve its physical space for the hidden object.
inline: Specifies the object as an inline element.
block: Specify the object as a block element.
list-item: Specify the object as a list item.
inline-block: Specifies the object as an inline block element. (CSS2)
table: Specifies the object as a table at the block element level. Similar to the html tag
(CSS2)
inline-table: Specifies the object as a table at the inline element level. Similar to the html tag
. (CSS2)
table-caption: Specify the object as the table title. Similar to the html tag
. (CSS2)
table-cell: Specify the object as a table cell. Similar to the html tag
. (CSS2)
table-row: Specify the object as a table cell row. Similar to the html tag
. (CSS2)
table-row-group: Specify the object as a table row group. Similar to the html tag
. (CSS2)
table-column: Specify the object as a table column. Similar to the html tag
. (CSS2)
table-column-group: Specify the object to be displayed as a table column. Similar to the html tag
. (CSS2)
table-header-group: Specify the object as the table header group. Similar to the html tag . (CSS2)
table-footer-group: Specify the object as the table footer group. Similar to the html tag
. (CSS2)
compact: Allocate objects as block objects or inline objects based on content. (CSS3)
run-in: Allocate objects as block objects or inline objects based on content. (CSS3)
ruby: Display objects as table footer groups. (CSS3)
ruby-base: Display objects as table footer groups. (CSS3)
ruby-text: Display the object as a table footer group. (CSS3)
ruby-base-group: Display objects as table footer groups. (CSS3)
ruby-text-group: Display the object as a table footer group. (CSS3)
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.
HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.
To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...
HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.
The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...