From e659e5ecf5e44a023f69191bb742f56db1d67f14 Mon Sep 17 00:00:00 2001 From: Miracle Gabriel <43855997+gabrieltino@users.noreply.github.com> Date: Mon, 26 Nov 2018 08:20:20 +0100 Subject: [PATCH] Added a video link for "HTML TABLE" (#22796) --- guide/english/html/tables/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guide/english/html/tables/index.md b/guide/english/html/tables/index.md index ea7b86c4a4..9f469e3edf 100644 --- a/guide/english/html/tables/index.md +++ b/guide/english/html/tables/index.md @@ -168,7 +168,6 @@ Result: - - #### More Information: -MDN Article on the HTML tag +* [MDN - table](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) +* [YouTube - HTML Tables Tutorial](https://www.youtube.com/watch?v=BczLWImAmBk)