|
|
|
|
|
by gioele
3805 days ago
|
|
> I could build a website using <div> alone. Then my scraper that reads headlines on your website with `//(h1|h2|h3)` will not work. And I will not be able to read and linearize your tabular data. And plenty of other things. (Things you probably do not care about.) Oh, and you website will have no links (the `href` attribute of `<a>` is not simulable via CSS). |
|