From 10e67fb69203fbe1ea03a6ab5fc39aaa972a2433 Mon Sep 17 00:00:00 2001 From: warrenskim <42902241+warrenskim@users.noreply.github.com> Date: Wed, 12 Dec 2018 14:52:41 -0800 Subject: [PATCH] Added additional reference for styling lists (#33196) --- guide/english/html/lists/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/html/lists/index.md b/guide/english/html/lists/index.md index 0074d44c89..68cab4c700 100644 --- a/guide/english/html/lists/index.md +++ b/guide/english/html/lists/index.md @@ -152,3 +152,4 @@ is displayed as: * [HTML lists on w3schools](https://www.w3schools.com/html/html_lists.asp) * [HTML list on tutorialspoint](https://www.tutorialspoint.com/html/html_lists.htm) * [HTML lists on WebPlatform](https://webplatform.github.io/docs/guides/html_lists/) +* [Styling lists on MDN](https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Styling_lists)