Y
Hacker News
new
|
ask
|
show
|
jobs
by
ggregoire
2952 days ago
10 tables to display 1 header, 1 footer, 2 lines of text and 1 image in an email is 'tag soup'.
1 comments
JimDabell
2952 days ago
“Tag soup” doesn’t mean “bad markup”. It specifically refers to when you write HTML as a series of commands and the result is a bunch of tags that aren’t nested properly and don’t result in a tree structure. Things like <b><i>…</b></i>.
link