+ 1
In html what is the role of <span> and rowspan
2 Respostas
+ 4
Shreya Simple difference is span is a inline tag and rowspan is a attribute of table cell which use to merge 2 or more rows.
+ 1
The rowspan attribute in HTML specifies the number of rows a cell should span.
https://www.geeksforgeeks.org/html-rowspan-attribute/
The span element is a generic inline container for inline elements and content.
https://www.geeksforgeeks.org/span-tag-html/
Thanks for your question and happy coding.