From bcb4b1010fcf230cc6db1e5e2b72a5027229aebd Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathy <31734767+Th3-M3nt0r@users.noreply.github.com> Date: Mon, 18 Sep 2017 13:59:14 +0530 Subject: [PATCH 1/2] Update the HTML5 tutorial links in README.md Added a couple of links one of which is a direct download link to HTML5 tutorial [pdf format]. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8ef53..9fa13a5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Learn to code HTML & CSS - Shay Howe](http://learn.shayhowe.com/html-css/) * [HTML Fundamentals - SoloLearn](https://www.sololearn.com/Course/HTML/) * [HTML Cheat Sheet](https://websitesetup.org/html5-cheat-sheet/) - +* [HTML5 Full Tutorial - w3schools](https://www.w3schools.com/html/) +* [HTML5 Tutorial PDF DOWNLOAD - tutorialspoint](https://www.tutorialspoint.com/html5/html5_tutorial.pdf) --- ### Learn CSS From bb77317609a49f714f5cdd5d42bc9573547999be Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 18 Sep 2017 08:43:18 -0400 Subject: [PATCH 2/2] added new line after html links --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fa13a5..0ea1cfe 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [HTML Cheat Sheet](https://websitesetup.org/html5-cheat-sheet/) * [HTML5 Full Tutorial - w3schools](https://www.w3schools.com/html/) * [HTML5 Tutorial PDF DOWNLOAD - tutorialspoint](https://www.tutorialspoint.com/html5/html5_tutorial.pdf) + --- ### Learn CSS