create
UK[kriˈeɪt] 美[kriˈet]
vt. To produce; to create, to create; to ennoble, to ennoble...(noble)
vi.[English][Slang] Lose your temper, complain
Third person singular: creates Present participle: creating Past tense: created Past participle: created
head
英[hed] 美[hɛd]
n.Head; head; upper end; head, chief
vt. Use the top of the head; move forward; As the leader of...; standing at the front of...
vi. March towards...; set off; move in the direction of...; the ship sails to
adj. The head; in the front; the first;
at the top Third person singular: heads Plural: heads Present participle: heading Past tense: headed Past participle: headed
javascript createTHead() method syntax
Function:Used to get or create the element in the table.
Syntax:tableObject.createTHead() Returns:Returns a TableSection, representing the element of the table. If the table already has a header, return it. If the table has no header, create a new, empty element, insert it into the table, and return it.
javascript createTHead() method example