CSS allows you to add a border to almost all html elements. This is one of many CSS techniques you can use to enhance your web pages, along with using CSS background image data for more advanced styling.
If you would like a double border you can use CSS like this:
style="border:double"
For more CSS styling options and techniques, you might also be interested in exploring how Google uses background images on their pages.