HTML is the language of the internet. It is what creates HTML pages (even this one). In the old days, HTML used to be static with some JavaScript added into the mix for dynamic behavior and effects. Then HTML was served dynamically from the server side with the advent of server side programming languages such as PERL, PHP, ASP. And now there is a new trend where HTML is again being served as static resources with JSON (from REST web services) and JavaScript making it dynamic.
CSV is an old & very popular format for storing tabular data. It has been used in the desktop as well as mainframe. It is a simple & compact format that works really well for tabular data and so is still in use today.
name,department John Doe,Engineering Jane Doe,Billing
name department John Doe Engineering Jane Doe Billing
name department "John Doe" Engineering "Jane Doe" Billin
name|department John Doe|Engineering Jane Doe|Billing
name;department John Doe;Engineering Jane Doe;Billing
Line 1 Line 2 Line 3
Line 1 Line 2 Line 3
Line 1,Line 2,Line 3
Line 1, Line 2, Line 3
Line 1;Line 2;Line 3
Line 1; Line 2; Line 3
name,department John Doe,Engineering Jane Doe,Billingr
John Doe,Engineering Jane Doe,Billingr