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)