Are HTML tables obsolete?
table tag isn't deprecated (you can look at the html spec). What you've heard of is probably tableless layouts, because tables should not be used for positioning elements on the page. The <table> tag is most certainly not deprecated. The thing is, you must (well, should) only use it ...