News:
border: "none";
border= "none";
border: none;
border= none;
None of the above
Useful resources, border-properties
Window
Tab
None
Parent
current
Useful resources, target-new property
body { background-image: url("test.png"); background-attachment: fixed; background-position: 100% 100%; background-repeat: no-repeat; }
The image will be shown in the background at the bottom left corner.
The image will be shown in the background at the bottom right corner.
The image will be shown in the background at the top left corner.
The image will be shown in the background at the top right corner.
The image will be shown in the center of the page.
Useful resources, background
em { color: rgb(300,0,0) }
em { color: rgb(255,-10,0) }
em { color: rgb(110%, 0%, 0%) }
em { color: rgb(100%, 0%, 0%) }
All of the above
Values outside the device gamut should be clipped or mapped into the gamut when the gamut is known: the red, green, and blue values must be changed to fall within the range supported by the device.
em { color: rgb(255,0,0) } /* integer range 0 - 255 */
em { color: rgb(300,0,0) } /* clipped to rgb(255,0,0) */
em { color: rgb(255,-10,0) } /* clipped to rgb(255,0,0) */
em { color: rgb(110%, 0%, 0%) } /* clipped to rgb(100%,0%,0%) */
Useful resources, rgb
The element will be shown with 3D effect but the children will be rendered flattened into the 2D plane.
The element will be shown with 2D effect but the children will be rendered into the 3D plane.
Both the element and its children elements will be rendered in 3D effect.
Both the element and its children elements will be rendered in 2D effect.
Useful resources, transform-style-property, transform-style
Auto
Balance
none
Useful resources, column-fill
DIV { line-height: 1.2; font-size: 10pt }
DIV { line-height: 1.2em; font-size: 10pt }
DIV { line-height: 12em; font-size: 10pt }
DIV { line-height: 120%; font-size: 10pt }
DIV { line-height: 20%; font-size: 10pt }
DIV { line-height: 80%; font-size: 10pt }
@media print {
.footnote {
float: footnote;
content: target-move(attr(href, url))
}
.marker {
display: none
}
}
HTML code:
<p>John was a great writer<a class="footnote" href="#words"> [More]</a>. ... <p id=words><span class="marker">[More]</span> Great poet too.
The tool tip will appear saying Great poet too.
A pop up will appear saying Great poet too.
The page will shift focus to the line Great poet too.
Nothing will happen.
Useful resources, footnotes
Outline
Border
Both a and b
Useful resources, border-properties, outline property
Orphans
Widows
Bottom
Overflow
None of the above
Useful resources, orphans