St. Mary's University
A CATHOLIC AND MARIANIST LIBERAL ARTS INSTITUTION
Website Template

Table Examples

Table Style 1

TUITION
(based on 31 hrs. @ $850 per/hr.)
$26,350
FEES $500
BOOKS $1,300
ROOM $5,310
BOARD $2,420
PERSONAL $2,600
LOAN FEES $875
TRANSPORTATION $2,565
TOTAL$41,920

Code

<table id="table1Style" summary="Full time Day Tuition and Fees" width="100%">
<thead>
	<tr>
	<th scope="col">TUITION<br>(based on 31 hrs. @ $850 per/hr.)</th>
	<th scope="col">$26,350</th>
	</tr>
</thead>
<tbody>
	<tr><td>FEES </td><td>$500</td></tr>
	<tr><td>BOOKS </td><td>$1,300</td></tr>
	<tr><td>ROOM </td><td>$5,310</td></tr>
	<tr><td>BOARD </td><td>$2,420</td></tr>
	<tr><td>PERSONAL </td><td>$2,600</td></tr>
	<tr><td>LOAN FEES </td><td>$875</td></tr>
	<tr><td>TRANSPORTATION </td><td>$2,565</td></tr>
	<tr><td><strong>TOTAL</strong></td><td><strong>$41,920</strong></td></tr>
</tbody>
</table>

Table Style 2

Comedy Adventure Action Children
Scary Movie Indiana Jones The Punisher Wall-E
Epic Movie Star Wars Bad Boys Madagascar
Spartan LOTR Die Hard Finding Nemo
Dr. Dolittle The Mummy 300 A Bug's Life

Code

<table id="table2Style" summary="Most Favorite Movies" width="100%">
	<colgroup>
		<col class="table1StyleOdd">
		<col class="table1StyleEven">
		<col class="table1StyleOdd">
		<col class="table1StyleEven">
	</colgroup>
	<thead>
		<tr>
			<th scope="col" id="ts1a">Comedy</th>
			<th scope="col" id="ts1b">Adventure</th>
			<th scope="col" id="ts1a">Action</th>
			<th scope="col" id="ts1b">Children</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Scary Movie</td>
			<td>Indiana Jones</td>
			<td>The Punisher</td>
			<td>Wall-E</td>
		</tr>
		<tr>
			<td>Epic Movie</td>
			<td>Star Wars</td>
			<td>Bad Boys</td>
			<td>Madagascar</td>
		</tr>
		<tr>
			<td>Spartan</td>
			<td>LOTR</td>
			<td>Die Hard</td>
			<td>Finding Nemo</td>
		</tr>
		<tr>
			<td>Dr. Dolittle</td>
			<td>The Mummy</td>
			<td>300</td>
			<td>A Bug's Life</td>
		</tr>
	</tbody>
</table>

Table Style 3

Employee Salary Bonus Supervisor
Steve $300 $50 Bob
Derrick $150 - Annie
Mary $200 $35 Andy
Beth $500 $25 Annie

Code

<table id="table3Style" summary="Employee Pay Sheet" width="100%">
	<thead>
		<tr>
			<th scope="col">Employee</th>
			<th scope="col">Salary</th>
			<th scope="col">Bonus</th>
			<th scope="col">Supervisor</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Steve</td>
			<td>$300</td>
			<td>$50</td>
			<td>Bob</td>
		</tr>
		<tr>
			<td>Derrick</td>
			<td>$150</td>
			<td>-</td>
			<td>Annie</td>
		</tr>
		<tr>
			<td>Mary</td>
			<td>$200</td>
			<td>$35</td>
			<td>Andy</td>
		</tr>
		<tr>
			<td>Beth</td>
			<td>$500</td>
			<td>$25</td>
			<td>Annie</td>
		</tr>
	</tbody>
</table>

Table Style 4

Company Q1 Q2 Q3 Q4
Microsoft 20.3 30.5 23.5 40.3
Google 50.2 40.63 45.23 39.3
Apple 25.4 30.2 33.3 36.7
IBM 20.4 15.6 22.3 29.3

Code

<table id="table4Style" summary="2007 Major IT Companies' Profit" width="100%">
	<colgroup>
		<col class="ts4a">
	</colgroup>
	<thead>
		<tr>
			<th scope="col">Company </th>
			<th scope="col">Q1</th>
			<th scope="col">Q2</th>
			<th scope="col">Q3</th>
			<th scope="col">Q4</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Microsoft</td>
			<td>20.3</td>
			<td>30.5</td>
			<td>23.5</td>
			<td>40.3</td>
		</tr>
		<tr>
			<td>Google</td>
			<td>50.2</td>
			<td>40.63</td>
			<td>45.23</td>
			<td>39.3</td>
		</tr>
		<tr>
			<td>Apple</td>
			<td>25.4</td>
			<td>30.2</td>
			<td>33.3</td>
			<td>36.7</td>
		</tr>
		<tr>
			<td>IBM</td>
			<td>20.4</td>
			<td>15.6</td>
			<td>22.3</td>
			<td>29.3</td>
		</tr>
	</tbody>
</table>

Table Style 5

Company Q1 Q2 Q3 Q4
Microsoft 20.3 30.5 23.5 40.3
Google 50.2 40.63 45.23 39.3
Apple 25.4 30.2 33.3 36.7
IBM 20.4 15.6 22.3 29.3

Code

<table id="table5Style" summary="2007 Major IT Companies' Profit" width="100%">
	<colgroup>
		<col class="ts5a">
		<col class="ts5b">
		<col class="ts5b">
		<col class="ts5b">
		<col class="ts5b">
	</colgroup>
	<thead>
		<tr>
			<th scope="col">Company </th>
			<th scope="col">Q1</th>
			<th scope="col">Q2</th>
			<th scope="col">Q3</th>
			<th scope="col">Q4</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Microsoft</td>
			<td>20.3</td>
			<td>30.5</td>
			<td>23.5</td>
			<td>40.3</td>
		</tr>
		<tr>
			<td>Google</td>
			<td>50.2</td>
			<td>40.63</td>
			<td>45.23</td>
			<td>39.3</td>
		</tr>
		<tr>
			<td>Apple</td>
			<td>25.4</td>
			<td>30.2</td>
			<td>33.3</td>
			<td>36.7</td>
		</tr>
		<tr>
			<td>IBM</td>
			<td>20.4</td>
			<td>15.6</td>
			<td>22.3</td>
			<td>29.3</td>
		</tr>
	</tbody>
</table>

Table Style 6

Company Q1 Q2 Q3 Q4
Microsoft 20.3 30.5 23.5 40.3
Google 50.2 40.63 45.23 39.3
Apple 25.4 30.2 33.3 36.7
IBM 20.4 15.6 22.3 29.3

Code

<table id="table6Style" summary="2007 Major IT Companies' Profit" width="100%">
	<thead>
		<tr>
			<th scope="col">Company</th>
			<th scope="col">Q1</th>
			<th scope="col">Q2</th>
			<th scope="col">Q3</th>
			<th scope="col">Q4</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Microsoft</td>
			<td>20.3</td>
			<td>30.5</td>
			<td>23.5</td>
			<td>40.3</td>
		</tr>
		<tr>
			<td>Google</td>
			<td>50.2</td>
			<td>40.63</td>
			<td>45.23</td>
			<td>39.3</td>
		</tr>
		<tr>
			<td>Apple</td>
			<td>25.4</td>
			<td>30.2</td>
			<td>33.3</td>
			<td>36.7</td>
		</tr>
		<tr>
			<td>IBM</td>
			<td>20.4</td>
			<td>15.6</td>
			<td>22.3</td>
			<td>29.3</td>
		</tr>
	</tbody>
</table>		

Table Style 7

Course # Course Title Hours
BA 7342 Leadership & Ethics 3
BA 7365 Financial Management 3
BA 6375 International Business Core 3
BA 6385 Marketing Management Core 3
BA 7325 Management of Information Technology 3
AC 8356 Advanced Income Tax Planning 3
AC 8357 Estate Planning 3
BA 8367 Risk Management and Insurance Planning 3
BA 7370 Investment and Portfolio Analysis 3
BA 9325 Seminar in Financial Planning 3
  Total: 30

Code

<table id="table7Style" summary="Degree Requirements" width="100%">
	<thead>
		<tr>
			<th scope="col">Course #</th>
			<th scope="col">Course Title</th>
			<th scope="col">Hours</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>BA 7342</td>
			<td>Leadership & Ethics</td>
			<td>3</td>
		</tr>
		<tr>
			<td>BA 7365</td>
			<td>Financial Management</td>
			<td>3</td>
		</tr>
		<tr>
			<td>BA 6375</td>
			<td>International Business Core</td>
			<td>3</td>
		</tr>
		<tr>
			<td>BA 6385</td>
			<td>Marketing Management Core</td>
			<td>3</td>
		</tr>
		<tr>
			<td>BA 7325</td>
			<td>Management of Information Technology</td>
			<td>3</td>
		</tr>
		<tr>
			<td>AC 8356</td>
			<td>Advanced Income Tax Planning</td>
			<td>3</td>
		</tr>
		<tr>
			<td>AC 8357</td>
			<td>Estate Planning</td>
			<td>3</td>
		</tr>
		<tr>
			<td>BA 8367</td>
			<td>Risk Management and Insurance Planning</td>
			<td>3</td>
		</tr>
		<tr>
			<td>BA 7370</td>
			<td>Investment and Portfolio Analysis</td>
			<td>3</td>
		</tr>
		<tr>
			<td>BA 9325</td>
			<td>Seminar in Financial Planning	</td>
			<td>3</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td align="right"><strong>Total:</strong></td>
			<td><strong>30</strong></td>
		</tr>
	</tbody>
</table>

Table Style None

BA 7342 Leadership & Ethics 3
BA 7365 Financial Management 3
BA 6375 International Business Core 3
BA 6385 Marketing Management Core 3
BA 7325 Management of Information Technology 3
AC 8356 Advanced Income Tax Planning 3
AC 8357 Estate Planning 3
BA 8367 Risk Management and Insurance Planning 3
BA 7370 Investment and Portfolio Analysis 3
BA 9325 Seminar in Financial Planning 3
  Total: 30

Code

<table>
	<tr>
		<td>BA 7342</td>
		<td>Leadership & Ethics</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 7365</td>
		<td>Financial Management</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 6375</td>
		<td>International Business Core</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 6385</td>
		<td>Marketing Management Core</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 7325</td>
		<td>Management of Information Technology</td>
		<td>3</td>
	</tr>
	<tr>
		<td>AC 8356</td>
		<td>Advanced Income Tax Planning</td>
		<td>3</td>
	</tr>
	<tr>
		<td>AC 8357</td>
		<td>Estate Planning</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 8367</td>
		<td>Risk Management and Insurance Planning</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 7370</td>
		<td>Investment and Portfolio Analysis</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 9325</td>
		<td>Seminar in Financial Planning</td>
		<td>3</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td align="right"><strong>Total:</strong></td>
		<td><strong>30</strong></td>
	</tr>
</table>

Table Style Plain

BA 7342 Leadership & Ethics 3
BA 7365 Financial Management 3
BA 6375 International Business Core 3
BA 6385 Marketing Management Core 3
BA 7325 Management of Information Technology 3
AC 8356 Advanced Income Tax Planning 3
AC 8357 Estate Planning 3
BA 8367 Risk Management and Insurance Planning 3
BA 7370 Investment and Portfolio Analysis 3
BA 9325 Seminar in Financial Planning 3
  Total: 30

Code

<table class="plain">
	<tr>
		<td>BA 7342</td>
		<td>Leadership & Ethics</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 7365</td>
		<td>Financial Management</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 6375</td>
		<td>International Business Core</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 6385</td>
		<td>Marketing Management Core</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 7325</td>
		<td>Management of Information Technology</td>
		<td>3</td>
	</tr>
	<tr>
		<td>AC 8356</td>
		<td>Advanced Income Tax Planning</td>
		<td>3</td>
	</tr>
	<tr>
		<td>AC 8357</td>
		<td>Estate Planning</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 8367</td>
		<td>Risk Management and Insurance Planning</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 7370</td>
		<td>Investment and Portfolio Analysis</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BA 9325</td>
		<td>Seminar in Financial Planning	</td>
		<td>3</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td align="right"><strong>Total:</strong></td>
		<td>30</td>
	</tr>
</table>





You are not viewing the home page

This is an ad bar example.
Daily Scripture  

Isaiah 32:17
And the effect of righteousness will be peace, and the result of righteousness, quietness and trust forever.

This is an ad bar example.

Who We Are

A service-oriented, academic and spiritual community boasting a 13-1 student-to-faculty ratio



Heading
this is a nice gold box this is a nice gold box this is a nice gold box this is a nice gold box
Dallas Alumni Reconnect
dark blue box dark blue box dark blue box dark blue box dark blue box dark blue box dark blue box dark blue box
Baseball Game
they stretch!!! they stretch!!! they stretch!!! light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box light blue box
This Is Classy
with background images with background images with background images dark olive box dark olive box dark olive box dark olive box dark olive box dark olive box dark olive box dark olive box dark olive box dark olive box dark olive box dark olive box
Heading
olive box olive box olive box olive box olive box olive box olive box olive box olive box
Heading
dark purple box dark purple box dark purple box dark purple box dark purple box dark purple box dark purple box dark purple box dark purple box
Heading
purple box purple box purple box purple box purple box purple box purple box purple box purple box
Christianity
Brazilians get baptized in Israel, a megachurch opens in Houston, and devotees carry a cross in the Philippines.
St. Mary's University Logo
One Camino Santa Maria
San Antonio, Texas 78228
210-436-3011