From 8dcb14992cd91355e8f64abd738c8cd33319923d Mon Sep 17 00:00:00 2001 From: Sandeep Mishra <87706790+sandeepmishratech@users.noreply.github.com> Date: Fri, 19 Aug 2022 19:52:29 +0530 Subject: [PATCH] Added a new resource Hello, I have added a new useful link for the HTML tags, that contains all the basic HTML tags that can be used for the markdown table. I hope this small contribution will help other learners as well. --- Projects/2-Intermediate/Markdown-Table-Generator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/2-Intermediate/Markdown-Table-Generator.md b/Projects/2-Intermediate/Markdown-Table-Generator.md index b7a08d56..2a6901b0 100644 --- a/Projects/2-Intermediate/Markdown-Table-Generator.md +++ b/Projects/2-Intermediate/Markdown-Table-Generator.md @@ -23,6 +23,7 @@ Create an application that will convert a regular table with data provided by th - [Markdown Guide](https://www.markdownguide.org/) - [Marked - A markdown parser](https://github.com/markedjs/marked) - [How to Copy to Clipboard](https://www.w3schools.com/howto/howto_js_copy_clipboard.asp) +- [HTML Tags](https://www.scaler.com/topics/html/html-tags-list/) ## Example project