Refined
border="border"
Refined in XHTML, the border attributes is written like this:
border="border"- The attribute and its value just instruct the browser to draw a table border.
- We can control the border's styles with CSS if we want to.
Example:
<table border="border" style="border: outset medium #ccc;" cellpadding="#" cellspacing="#">
