|
|
|
|
|
by rchaud
1512 days ago
|
|
How likely is it that a dev would be reading an HTML table with hardcoded data in the code editor in this day and age? Today, data tables are mostly dynamically generated, probably via accessing an API endpoint of some sort. The dev would at most write a function that would output the data inside a <table> element. But the table data itself would only be visible in the browser, it wouldn't be hardcoded into the HTML markup. |
|
It's similar to how often you see tables in Markdown.