HTML: Menus as UL instead of DIVs?

Posted by JamesBrownIsDead on Stack Overflow See other posts from Stack Overflow or by JamesBrownIsDead
Published on 2010-04-30T17:28:12Z Indexed on 2010/04/30 17:37 UTC
Read the original article Hit count: 290

Filed under:
|
|

I recently created a menu for a web page where buttons are DIV elements. I've been Googling around and see that many people create UL lists and each button is a LI element. What benefit is using an UL and LIs instead of just DIVs? Is it somehow better for SEO? Does this have to do with "semantic" markup? Any compelling reason to rewrite my menu as a UL?

© Stack Overflow or respective owner

Related posts about html

Related posts about css