?? ?
CSS ?? ?? ???
??: display ??? ??? ???? ?? ?? ??? ?????.
??: ? ??? ????? ??? ? ??? ?? ???? ?? ?? ??? ???? ? ?????. HTML? ?? ?? ??? ?? ????? ??? ???? HTML? ?? ??? ?? ?? ??? ??? ? ???? ??? ? ????. XML? ?? XML?? ??? ??? ?? ??? ???? ?? ???? ?? ??? ????? ?????.?
??: ?? ?? ????? ????? ??? ?????. !DOCTYPE? ???? Internet Explorer 8(??)? "inline-table", "run-in", "table", "table-caption", "table-cell", "table-" ?? ?? ?????. ?", "???-?-??", "???-?", "???-?-??" ? "??".
CSS ?? ?? ?
<html> <head> <style type="text/css"> p {display: inline} div {display: none} </style> </head> <body> <p>本例中的樣式表把段落元素設(shè)置為內(nèi)聯(lián)元素。</p> <p>而 div 元素不會顯示出來!</p> <div>div 元素的內(nèi)容不會顯示出來!</div> </body> </html>
??? ????? ??? "???? ??" ??? ?????