According to what I've read so far, <nav>
seems to be better, but every single example I see on the Internet uses <div ...="nav[igation]">
.
Is it just me seeing things or do people really use <div>
?
If so, is there a reason why ?
EDIT : just in case someone was wondering, of course I'm talking about navigation bars, and nav can't replace div in other cases...