<img alt="indent1"
How can I set the alts to either empty?
If the alt attribute is empty the code is invalid...
nav ul.menu { margin:0; padding:0;}nav li { float:left; display:inline-block; list-style-type:none; width:50%;}nav li a { display:block; padding:1em; text-align:center; border-bottom:1px solid #e5e5e5; }nav li a:nth-child(odd) { border-right:1px solid #e5e5e5;}