Y
Hacker News
new
|
ask
|
show
|
jobs
by
carterdea
5559 days ago
What about an ID for main page elements and things that never will change like #header or #footer or #sidebar?
1 comments
jarin
5559 days ago
Ideally for those you would use the html5 header, footer, and aside tags, respectively. You can use the html5 Javascript shim to enable support for those tags in IE.
link
job45
5558 days ago
sidebar is not equal aside, and you can have several headers footers on one page.
link