Search the Whole World Here.,.,

HTML Table - Left-align Headings


By default, table headings are bold and centered.

To left-align the table headings, use the CSS text-align property:

Example

th {
    text-align: left;
}
Try it Yourself »


EmoticonEmoticon