From fb67a45f758873974de98079b928b913b9dcebdd Mon Sep 17 00:00:00 2001 From: quang1793 <42300720+quang1793@users.noreply.github.com> Date: Tue, 1 Jan 2019 00:06:52 +0700 Subject: [PATCH] Edit More Information: (#27066) --- guide/english/html/tables/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/html/tables/index.md b/guide/english/html/tables/index.md index 2bd69baa65..3a822f1682 100644 --- a/guide/english/html/tables/index.md +++ b/guide/english/html/tables/index.md @@ -176,5 +176,6 @@ table, th, td { ``` #### More Information: -* [MDN - table](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) -* [YouTube - HTML Tables Tutorial](https://www.youtube.com/watch?v=BczLWImAmBk) +- [MDN - table](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) +- [YouTube - HTML Tables Tutorial](https://www.youtube.com/watch?v=BczLWImAmBk) +- [W3C HTML Tables](https://www.w3schools.com/html/html_tables.asp)