HTML div containers make it possible for you to add interesting special effects to Web pages on your business website. Divs, which act like glass sheets, can hold other HTML elements such as text ...
I've got an entry form (for my weblog), with a checkbox at the bottom. I want the checkbox to be right aligned flush with the right edge of the textarea. Simply doing variations of text-align: right; ...