Home
HTML
HTML char attribute
HTML
HTML char attribute
Example
In the example below, the content of the second and the third row should align to the "." character:
<table border="1">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr align="char" char=".">
<td>January</td>
<td>$100.00</td>
</tr>
<tr align="char" char=".">
<td>February</td>
<td>$10.00</td>
</tr>
</table>
Definition and Usage
The char attribute specifies the alignment of the content in a table row to a character.
The char attribute can only be used if the align attribute is set to "char".
The default value of char is the decimal-point character of the page language.
Browser Support
Note: The char attribute is not supported by any of the major browsers.
Syntax
<tr char="value">
Attribute Values
Value Description
character Specifies the character to align the content to
HTML char attribute
Reviewed by 1000sourcecodes
on
20:44
Rating: 5
Most Popular
-
The spiral model suggests a framework activity that addresses customer communication. The objective of this activity is to elicit project r...
-
The concurrent development model, sometimes called concurrent engineering, has been described in the following manner by Davis and Sitaram ...
-
We noted that software testing begins “in the small” and slowly progresses toward testing “in the large.” Testing in the small focuses on a...
-
Object-oriented technologies provide the technical framework for a component-based process model for software engineering. The objectorient...
-
The classical strategy for testing computer software begins with “testing in the small” and works outward toward “testing in the large.” St...
-
During early stages of project planning, a risk may be stated quite generally. As time passes and more is learned about the project and the...
-
Test case design methods for OO software are still evolving. However, an overall approach to OO test case design has been defined by Berard...
-
Risk projection, also called risk estimation, attempts to rate each risk in two ways—the likelihood or probability that the risk is real an...
-
It is inconceivable that the design of a new aircraft, a new computer chip, or a new office building would be conducted without defining de...
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...
Most Viewed
-
There are five types of characteristics for a system. They are 1. Organization 2 . Interaction 3 . Interdependence 4. Integration 5....
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...
-
The concurrent development model, sometimes called concurrent engineering, has been described in the following manner by Davis and Sitaram ...
-
The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common: each enables the sof...
-
In many software applications, a single data item triggers one or a number of information flows that effect a function implied by the trigg...
-
The spiral model suggests a framework activity that addresses customer communication. The objective of this activity is to elicit project r...
-
The elements of data modeling—data objects, attributes, and relationships— provide the basis for understanding the information domain of a ...
-
There are mainly three types of system. 1 .Physical or Abstract 2. Open or Closed 3 .Man Made Information System PHYSICAL OR ABSTRACT ...
-
No two projects are ever the same. This means that the analyst must decide on the information-gathering tool and how it must be used. Althou...
-
The systems come with hardware, software and support. Today, selecting a system is a serious and time-consuming business. There are several...
All Rights Reserved by Best Online Tutorials | Source codes | Programming Languages © 2014 - 2015
Powered by Blogger.
Example
In the example below, the content of the second and the third row should align to the "." character:<table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr align="char" char="."> <td>January</td> <td>$100.00</td> </tr> <tr align="char" char="."> <td>February</td> <td>$10.00</td> </tr> </table> |
Definition and Usage
The char attribute specifies the alignment of the content in a table row to a character.The char attribute can only be used if the align attribute is set to "char".
The default value of char is the decimal-point character of the page language.
Browser Support
Note: The char attribute is not supported by any of the major browsers.
Syntax
<tr char="value"> |
Attribute Values
Value | Description |
---|---|
character | Specifies the character to align the content to |
HTML char attribute
Reviewed by 1000sourcecodes
on
20:44
Rating: 5
Most Popular
-
The spiral model suggests a framework activity that addresses customer communication. The objective of this activity is to elicit project r...
-
The concurrent development model, sometimes called concurrent engineering, has been described in the following manner by Davis and Sitaram ...
-
We noted that software testing begins “in the small” and slowly progresses toward testing “in the large.” Testing in the small focuses on a...
-
Object-oriented technologies provide the technical framework for a component-based process model for software engineering. The objectorient...
-
The classical strategy for testing computer software begins with “testing in the small” and works outward toward “testing in the large.” St...
-
During early stages of project planning, a risk may be stated quite generally. As time passes and more is learned about the project and the...
-
Test case design methods for OO software are still evolving. However, an overall approach to OO test case design has been defined by Berard...
-
Risk projection, also called risk estimation, attempts to rate each risk in two ways—the likelihood or probability that the risk is real an...
-
It is inconceivable that the design of a new aircraft, a new computer chip, or a new office building would be conducted without defining de...
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...

Most Viewed
-
There are five types of characteristics for a system. They are 1. Organization 2 . Interaction 3 . Interdependence 4. Integration 5....
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...
-
The concurrent development model, sometimes called concurrent engineering, has been described in the following manner by Davis and Sitaram ...
-
The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common: each enables the sof...
-
In many software applications, a single data item triggers one or a number of information flows that effect a function implied by the trigg...
-
The spiral model suggests a framework activity that addresses customer communication. The objective of this activity is to elicit project r...
-
The elements of data modeling—data objects, attributes, and relationships— provide the basis for understanding the information domain of a ...
-
There are mainly three types of system. 1 .Physical or Abstract 2. Open or Closed 3 .Man Made Information System PHYSICAL OR ABSTRACT ...
-
No two projects are ever the same. This means that the analyst must decide on the information-gathering tool and how it must be used. Althou...
-
The systems come with hardware, software and support. Today, selecting a system is a serious and time-consuming business. There are several...

All Rights Reserved by Best Online Tutorials | Source codes | Programming Languages © 2014 - 2015
Powered by Blogger.
