Computer Science, asked by hira2737, 1 year ago

In HTML how to create table header?

Answers

Answered by Anonymous
0
using <thead> </thead> tag

and if it question is about table data heading then use <th> </th> tag
Similar questions