From 21a7e3ee566bd52089dfe11ee911dcba732085d1 Mon Sep 17 00:00:00 2001 From: Megan Bailey <44074522+rockstarcreativestudio@users.noreply.github.com> Date: Tue, 4 Dec 2018 03:05:31 -0500 Subject: [PATCH] Added links to free HTML beginner courses (#33735) --- guide/english/html/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/html/index.md b/guide/english/html/index.md index bdf0ddf288..b5af10751d 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -223,6 +223,8 @@ In addition to specifying markup, HTML 5 specifies scripting application program #### Learn HTML - [Introduction to Basic HTML & HTML5](https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/) +- [Scrimba's Basic HTML Course](https://scrimba.com/g/ghtml) +- [W3C's Full HTML Tutorial](https://www.w3schools.com/html/default.asp) #### More Information