HTML row counter
Paste HTML below. Counts rows from classic <table>/<tr>, [role="row"], and .row (any tag). Header rows are detected via <thead>, class containing "head"/"header", role="rowheader"/"columnheader", or a <tr> with only <th> children.
| <tr> rows | 0 |
| [role="row"] | 0 |
| .row | 0 |
| Header rows | 0 |
| Data rows | 0 |
| Total (deduplicated) | 0 |