<!DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" "Http://www.w3.org/TR/html4/loose.dtd "><HTML><Head> <Metahttp-equiv= "Content-type"content= "Text/html;charset=utf-8"> <title>Add a title to a table</title> <styletype= "Text/css">thead{Background-color:Red;Color: White; }tfoot{Background-color:Green; } </style></Head><Body><TableBorder= "1"width= "400px"Align= "Center"> <caption>This is the title of the table.</caption> <thead> <TR> <thnowrap>The first line of the head line header line header line header a line header line head a row header line head row head line header a row of the head line header line Head line head row header row header One line first lines header line header line head row headers line first row head lines head line heads lines header lines headers lines header lines first</th> <thnowrap>Costume Two</th> <thnowrap>Costume Three</th> </TR> </thead> <tfoot> <TR> <th>End of Line One</th> <th>End of Line two</th> <th>End of Line Three</th> </TR> </tfoot> <tbody> <TR> <TD>Content One</TD> <TD>Content II</TD> <TD>Content Three</TD> </TR> </tbody></Table></Body></HTML>
"Use of caption,thead,tfoot,tbody and use of nowrap prohibit line wrapping"