HTML <tfoot> align attribute
HTML <tfoot> tag
Example
The following HTML table center-aligns the content inside the tfoot element:
<table border="1"
width="100%">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
<tfoot align="center">
<tr>
<td>Sum</td>
<td>$180</td>
</tr>
</tfoot>
</table> |
Try it yourself!
|
Definition and Usage
The align attribute specifies the horizontal alignment of the content inside
the tfoot element.
Browser Support

The align attribute is supported in all major browsers.
Note: IE does not handle the "justify" value properly in tables, IE
will center the content instead.
Note: None of the major browsers supports the "char" value.
Syntax
Attribute Values
Value |
Description |
left |
Left-align content (default for table data) |
right |
Right-align content |
center |
Center-align content |
justify |
Stretches the lines so that each line has equal width (like
in newspapers and magazines) |
char |
Align the content to a specific character |
HTML <tfoot> tag
Make your web applications look like a million bucks
|
|
Most web applications today use boring methods to present data to their viewers using grids or simple HTML tables. FusionCharts induces "life" into the web applications by converting monotonous data into lively charts, gauges & maps.
FusionCharts works with all technologies like ASP, ASP.NET, PHP, ColdFusion, Ruby on Rails, JSP, HTML pages etc.
and connects to any database to render animated & interactive charts. It takes less than 15 minutes and no expertise
whatsoever to build your first chart and just a glance of it to captivate your audience. This fact is endorsed by our
12,000 customers and 150,000 users which include a majority of the Fortune 500 companies.
And yeah, your applications could look like a million bucks by spending just $69.
So go ahead, download your
copy of FusionCharts and start "wow-ing" your customers now!
|
|