From 9c6474dcb51a5d8c86abd2d51b344a6a7c6abbc6 Mon Sep 17 00:00:00 2001 From: RAJ RAUT <107211922+raj-raut8502@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:40:15 +0530 Subject: [PATCH] Add W3Schools' XML tutorial (#7148) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update free-programming-books-langs.md Added course for XML * move XML section to interactive tutorials Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- more/free-programming-interactive-tutorials-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 72f66ae93..60b36a271 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -46,6 +46,7 @@ * [Selenium](#selenium) * [Solidity](#solidity) * [SQL](#sql) +* [XML](#xml) ### Ada @@ -388,3 +389,8 @@ * [SQL Tutorial](https://www.w3schools.com/sql) - W3Schools * [SQL Tutorial](https://www.scaler.com/topics/sql/) - Scaler Topics * [SQLBolt](http://sqlbolt.com) + + +### XML + +* [XML Tutorial](https://www.w3schools.com/xml) - W3Schools