Quick answer
HTML List Structure – causes and fixes.
HTML List Structure
HTML List Structure – causes and fixes. Use an HTML validator.
Common causes
- <li> outside ul/ol.
- Wrong parent.
How to fix
- Wrap li in ul or ol.
Use our HTML Validator to paste your markup and see the exact error. Validatethis.org offers free validators for HTML, JSON, XML, CSV, and more. Check /tools for the full list. For API access, see /developers.
FAQ
- li parent?
- ul or ol.
- dl?
- dt and dd.
Fix it now
Try in validator (prefill this example)