Tagged Questions
3
votes
2answers
133 views
What tool to use to modify HTML file structure
I have HTML files with all sharing the same structure. Something like this:
Body
Table
tr1
... (more nested tables)
tr2
... (more nested tables)
...