From e2a1ccffa27df5b4934077111e05fe8eae167f82 Mon Sep 17 00:00:00 2001 From: Tom K Date: Fri, 7 Dec 2018 22:50:08 -0800 Subject: [PATCH] Added links to sites with more information (#23660) --- guide/english/html/tutorials/basic-html/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/html/tutorials/basic-html/index.md b/guide/english/html/tutorials/basic-html/index.md index 946c29bbfc..60efc29392 100644 --- a/guide/english/html/tutorials/basic-html/index.md +++ b/guide/english/html/tutorials/basic-html/index.md @@ -16,7 +16,6 @@ title: Basic HTML ``` - ### Sample HTML Program ```html @@ -57,4 +56,5 @@ The `` is were the tags that will display on the page are such as ` #### More Information - - [W3schools](https://www.w3schools.com/html/) \ No newline at end of file + - [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML) + - [W3schools](https://www.w3schools.com/html/)