<thead></thead>

The color of <thead></thead>, blue, can be modified?

Sort by

Relevance

THEAD data cells generally contain text, which can be any color. Remember, though, blue is the standard color of link text so you may be confusing your visitors if you use blue text in the table header.

thead td {
    color: black;    /* black is the default */
}