ka matlab hai Table Row
Ye ek horizontal line banata hai table ke andar.
(tr) ke andar hum cells banate hain using (td) (data cell) ya
(th) (heading cell).
Back To Top
th Table Header Cell
(th) ka matlab hai Table Header Cell.
Ye table ke heading banane ke liye use hota hai.
By default (th) me text bold aur center aligned hota hai.
Table Header (thead), Body (tbody), Footer (tfoot)
Ye 3 tags table ke parts ko organize karne ke liye use hote hain: (thead) â Table ka header part (headings). tbody â Table ka main content part (actual data). (tfoot) â Table ka footer part (summary, total, note).
Back To Top
Understanding Colspan
colspan ka matlab hai ek cell ko kitne columns tak stretch (jodna)
Normally ek (td) ya
(th) ek hi column ka space leta hai.
Agar hume chahiye ki ek cell 2 ya 3 columns ko merge karke ek ban jaye, to hum colspan use karte hain.
rowspan ka matlab hai ek cell ko kitni rows tak fhailna (merge) Hai
Normally ek td ek hi row me hota hai.
Agar hume chahiye ki ek cell 2 ya 3 rows ko cover kare, to hum rowspan use karte hain.