HTML5 best practices; section/header/aside/article elements
问题 There is enough information about HTML5 on the web (and also on stackoverflow), but now I\'m curious about the \"best practices\". Tags like section/headers/article are new, and everyone has different opinions about when/where you should use these tags. So what do you guys think of the following layout and code? 1 <!doctype html> 2 <head> 3 <title>Website</title> 4 </head> 5 6 <body> 7 <section> 8 <header> 9 <div id=\"logo\"></div> 10 <div id=\"language\"></div> 11 </header> 12 13 <nav> 14