align
Specifies the alignment of data and the justification of text in a cell.
Attribute information
Type: Anonymous
Properties: Local, Unqualified
Value
Valid value Description left Left-flush data/Left-justify text. This is the default value for table data. center Center data/Center-justify text. This is the default value for table headers. right Right-flush data/Right-justify text. justify Double-justify text. char Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified.
Used in
- Attribute group db.html.cellhalign
- Anonymous type of element col via reference to db.html.col.attlist
- Anonymous type of element colgroup via reference to db.html.colgroup.attlist
- Anonymous type of element tbody via reference to db.html.tbody.attlist
- Anonymous type of element td via reference to db.html.td.attlist
- Anonymous type of element tfoot via reference to db.html.tfoot.attlist
- Anonymous type of element th via reference to db.html.th.attlist
- Anonymous type of element thead via reference to db.html.thead.attlist
- Anonymous type of element tr via reference to db.html.tr.attlist
- Attribute group db.html.col.attlist via reference to db.html.cellhalign
- Attribute group db.html.colgroup.attlist via reference to db.html.cellhalign
- Attribute group db.html.tbody.attlist via reference to db.html.cellhalign
- Attribute group db.html.td.attlist via reference to db.html.cellhalign
- Attribute group db.html.tfoot.attlist via reference to db.html.cellhalign
- Attribute group db.html.th.attlist via reference to db.html.cellhalign
- Attribute group db.html.thead.attlist via reference to db.html.cellhalign
- Attribute group db.html.tr.attlist via reference to db.html.cellhalign