HTML and CSS Reference
In-Depth Information
in all media; thus, setting an element to display: none will prevent it from being spoken by
a speaking browser.
The value run-in was long a part of CSS2.1 but was dropped in early 2011 because of incon-
sistencies among browsers. It is still listed as part of CSS3. The values compact and marker
appeared in CSS2 but were dropped from CSS2.1 because of a lack of widespread support.
Examples:
h1 {display: block;}
li {display: list-item;}
img {display: inline;}
.hide {display: none;}
tr {display: table-row;}
Search WWH ::




Custom Search