does colspin attribute is applied for tr tag | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

does colspin attribute is applied for tr tag

29th Oct 2019, 11:31 AM
Allu Madhu Sudhan Venkat
2 ответов
+ 2
No there is rowspan for tr. Colspan use for td tag
29th Oct 2019, 10:01 PM
A͢J
A͢J - avatar
0
Actually, rowspan and colspan are only used on the <th> (table heading) and <td> (table definition = table cell) attributes of <table>. You do not apply these to <tr> tags.
30th Oct 2019, 9:43 AM
Xyenia 🦉
Xyenia 🦉 - avatar