From cea16e74fdf6fa6f08845b4ef46a818a28762fb6 Mon Sep 17 00:00:00 2001 From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:00:03 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for the List of Color Names Supported by All Browsers. I came upon this article while looking for resources to learn HTML. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8da665e..03bc30c 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,4 @@ select the ["Enable remote sensor connections"](http://wiki.scratch.mit.edu/wiki - [Scratch's Remote Sensor Control Protocol](http://wiki.scratch.mit.edu/wiki/Remote_Sensors_Protocol) - [Sphero API](http://orbotixinc.github.io/Sphero-Docs/docs/sphero-api/) - [Color Names](http://www.w3schools.com/html/html_colornames.asp) +- [List of Color Names Supported by All Browsers](https://www.scaler.com/topics/html-color-names/#list-of-color-names-supported-by-all-browsers)