diff --git a/guide/english/html/lists/index.md b/guide/english/html/lists/index.md index 71b830cd92..87df06aec8 100644 --- a/guide/english/html/lists/index.md +++ b/guide/english/html/lists/index.md @@ -118,8 +118,39 @@ which would end up looking like: -## More Information: +## Nested HTML Lists + +List can be nested (lists inside lists): + +##### Code: +```html + +``` + +##### Output: + + + +#### More Information: - * [HTML lists on w3schools](https://www.w3schools.com/html/html_lists.asp) * [HTML lists on WebPlatform](https://webplatform.github.io/docs/guides/html_lists/) +