From 6533b99fcdbd6c4fea8ca6404558d8a946247443 Mon Sep 17 00:00:00 2001 From: Zonqq <39691900+zonqq@users.noreply.github.com> Date: Thu, 13 Dec 2018 05:33:31 +0700 Subject: [PATCH] Add more information about list (#26000) --- guide/english/html/lists/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/lists/index.md b/guide/english/html/lists/index.md index a0ca12417a..713b6a3e7b 100644 --- a/guide/english/html/lists/index.md +++ b/guide/english/html/lists/index.md @@ -174,5 +174,5 @@ List can be nested (lists inside lists): #### More Information: * [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/) -