display屬性


p
{
display: block
}

li
{
display: list-item
}

table
{
display: table
}

td, th
{
display: table-cell
}

Possible Values
可能用到的值

Value 描述
none The element will not be displayed
元素將不會被顯示出來
block The element will be displayed as a block-level element, with a line break before and after the element
元素將以塊級元素的形式顯示出來,在元素的前后都帶有換行。
inline The element will be displayed as an inline element, with no line break before or after the element
元素將以inline元素的形式顯示,元素的前后不帶有換行。
list-item The element will be displayed as a list
元素將以別表的形式顯示出來。
run-in The element will be displayed as block-level or inline element depending on context
元素將根據它的上下文來以塊級或是inline元素的形式顯示。
compact The element will be displayed as block-level or inline element depending on context
元素將根據它的上下文來以塊級或是inline元素的形式顯示。
marker  
table The element will be displayed as a block table (like <table>), with a line break before and after the table
元素以表格區的形式來顯示(像<table>),表格前后帶有換行。
inline-table The element will be displayed as an inline table (like <table>), with no line break before or after the table
元素將inline表格的形式來顯示(像<table>),表格的前后不帶換行
table-row-group The element will be displayed as a group of one or more rows (like <tbody>)
元素將以一行或多行的組來顯示(像<tbody>)
table-header-group The element will be displayed as a group of one or more rows (like <thead>)
元素將以一行或多行的組來顯示(像<thead>)
table-footer-group The element will be displayed as a group of one or more rows (like <tfoot>)
元素將以一行或多行的組來顯示(像<tfoot>)
table-row The element will be displayed as a table row (like <tr>)
元素講以表格行的形式來顯示(像<tr>)
table-column-group The element will be displayed as a group of one or more columns (like <colgroup>)
元素將以一列或多列組的形式來顯示(像<colgroup>)
table-column The element will be displayed as a column of cells (like <col>)
元素將以單元格的一列來顯示(像<col>)
table-cell The element will be displayed as a table cell (like <td> and <th>)
元素將以表格單元的形式來顯示(像<td>和<th>)
table-caption The element will be displayed as a table caption (like <caption>)
元素將以表格標題的形式來顯示(像<caption>)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM