<MENU ...>
| Usage Recommendation |
|---|
Use <LI ...> |
<MENU ...><UL ...>
Here's a comparison:
| this code | produces this |
<MENU> <LI>Ham <LI>Ham and Eggs <LI>Ham, Eggs and Bacon </MENU> |
|
<UL> <LI>Ham <LI>Ham and Eggs <LI>Ham, Eggs and Bacon </UL> |
|
<DL ...>