disc | circle | square | decimal | upper-alpha | lower-alpha | upper-roman | lower-roman | none
The meaning of these values is shown in Table 7-1.
For the rest of the LINK tag, the attributes and values are fairly straightforward. REL stands for "relation," and in this case, the relation is "stylesheet." TYPE is always set to text/css. This value describes the type of data that is to be loaded using the LINK tag. That way, the web browser knows that the style sheet is a CSS style sheet, a fact that will determine how the

There is only one other value for background-attachment, and that's the default value scroll. As you'd expect, this causes the background to scroll along with the rest of the document when viewed in a web browser, and it doesn't necessarily change the origin image's position as the window is resized. If the document width is fixed (perhaps by assigning an explicit width to the BODY element), then resizing the viewing area won't affect the placement of the origin image.
If abullet's position is set tooutside, it will appear the way list items alwayshave on the Web, as you can see in Figure 7-85:
LI {list-style-position: outside;}
Should you desire a slightly different appearance, though, you canpull the bullet in toward the content by setting the value to be