HTML Table With Border Design Pattern

Design pattern for an HTML table with border
HTML Table With Border Example
Multiple Column Heading
First Column Heading Second Column Heading
Row 1 Row 1 Column 1 Row 1 Column 2
Row 2 Row 2 Column 1 Row 2 Column 2

This is an actual working demo of the table example code below.

See HTML-5's HTML Table Tutorial for more details on how to create an HTML table.