HTML

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.

0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Expenses</title>
<style type="text/css">
.auto-style1 {
text-align: center;
border-style: solid;
border-width: 1px;
}
.auto-style2 {
text-align: left;
border-style: solid;
border-width: 1px;
}
.auto-style3 {
border-width: 0px;
}
.auto-style4 {
border-style: solid;
border-width: 1px;
}
</style>
</head>

<body>

<table class="auto-style3" style="width: 100%">


<tr>
<td class="auto-style1" rowspan="2" style="width: 493px">
<img alt="" height="478" src="turtlelogo.gif" width="893" />&nbsp;</td>
<td class="auto-style1" colspan="3"><strong>Expenses</strong></td>
</tr>
<tr>
<td class="auto-style2" style="height: 202px"
valign="top"><strong>Lee</strong></td>
<td class="auto-style2" style="height: 202px"
valign="top"><strong>Amir</strong></td>
<td class="auto-style2" style="height: 202px" valign="top"><strong>
Maxine</strong></td>
</tr>
<tr>
<td class="auto-style4" style="width: 493px">Travel</td>
<td class="auto-style4"><strong>$162.20</strong></td>
<td class="auto-style4"><strong>$285.75</strong></td>
<td class="auto-style4"><strong>$150.00</strong></td>
</tr>
<tr>
<td class="auto-style4" style="width: 493px">Hotel</td>
<td class="auto-style4"><strong>$240.00</strong></td>
<td class="auto-style4"><strong>$182.40</strong></td>
<td class="auto-style4"><strong>$322.00</strong></td>
</tr>
<tr>
<td class="auto-style4" style="width: 493px">Food</td>
<td class="auto-style4"><strong>$146.50</strong></td>
<td class="auto-style4"><strong>$102.10</strong></td>
<td class="auto-style4"><strong>$104.50</strong></td>
</tr>
</table>

</body>

</html>

You might also like