3

Maybe this is a stupid question, but is using li better than using div's possibly for page performance or resources?

mcbeav
  • 11,893
  • 19
  • 54
  • 84
  • 1
    The only performance difference is what goes *inside* the element (e.g bytes - sent over the wire). Choose elements based on logic - not performance considerations. Optimize *after* you have made those decisions. – RPM1984 Dec 19 '10 at 05:58
  • 1
    `
  • ` and `
    ` have very, very different purposes. They aren't even related, why would it matter?
  • – Tyler Treat Dec 19 '10 at 05:58