Not to mention nonsense:
First, write CSS from the page, because the current HTML standard is promoted to xhtml1.0
Style inheritance sequence
Minimum priority: <TD align = "Left"> This method has the lowest priority and is not available before inheriting other CSS and style.
Secondary priority: Write the style in CSS and then use class = "" Or styleclass = "" on the page.
NOTE: If inheritance is used here, the top-level CSS will overwrite the lower-level CSS that defines table columns, for example, the table column is defined by a single table column.
CSS. At this time, the overlapping attributes of the two CSS attributes are defined in the table rather than separately defined in the table CSS,
Highest priority: Use style = "" in the page element, for example, <TD style = "text-align: Left">
The above statement is that no matter what is defined in your CSS, as long as the overlapping attributes are found, there will be style overwrites on the page, because the style
Highest priority