The Display: Property

Load this page in an editor, and change the properties of the links below. See comments for more information

Change inline to block

Useful if you want non-CSS browsers to get links inline. Note how whole box is part of link (e.g., borders).

Change block to inline

Bear in mind, the nature of the element does not change; e.g., and anchor might look like a block, but you can't put a <p> paragraph in it. And first-child: does not work in IE.