Skip to content

Instantly share code, notes, and snippets.

Created May 15, 2012 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2701127 to your computer and use it in GitHub Desktop.
Save anonymous/2701127 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="windows-1252"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Created on: 5/15/2012 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title></title>
</head>
<body>
<h1>Table Example Page</h1>
<table border = "1">
<caption>Here is a small sample</br> table</caption>
<thead>
<tr>
<th colspan = "4">
<b>This is the table head</b>
</th>
</tr>
<tr>
<th colspan = "4">
<div style="text-align: justify">This is the body</div>
</th>
</tr>
<tr>
<th>This is the table</th>
<th>foot.</th>
</tr>
</thead>
<tbody>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment