From b2ac9b1702f978cf835c267d7c68332171ce60d1 Mon Sep 17 00:00:00 2001 From: Trenton Blackwell Date: Mon, 3 Dec 2018 13:48:56 -0800 Subject: [PATCH] Added link to beginning HTML lesson. (#26171) --- guide/english/html/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/english/html/index.md b/guide/english/html/index.md index 0cc5f42c37..ef2221e59d 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -159,10 +159,12 @@ There are many possible ways a user can give input/s like: ``` Comments can help in the understanding of the markup and do not display in the webpage. +#### Learn HTML +- [Introduction to Basic HTML & HTML5](https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/) #### More Information - [HTML Elements](https://guide.freecodecamp.org/html/elements) - [Semantic HTML](https://guide.freecodecamp.org/html/html5-semantic-elements) - [HTML Attributes](https://guide.freecodecamp.org/html/attributes) -- [HTML Reference](https://htmlreference.io/) \ No newline at end of file +- [HTML Reference](https://htmlreference.io/)