Now that I’m retired, I actually had the time to put the finishing touches on my HTML editor. I’ve “only” been working on it for a few years. And I decided it was time to put it to the the test. So this post is written entirely with “Al’s Text Editor.” Hopefully I won’t find too many bugs along the way.
A Thought Experiment
Leave a reply

This table represents the named colors found in Windows and most other operating systems. The first 140 colors are the Named Colors you can use when styling a webpage. Following the Named Colors are the Windows (as of Win-10) default System Colors used for coloring various screen elements. I likely wouldn’t have expended the effort to do this but I was bored and it’s cold as hell outside. Hopefully at least a few folks will find it useful. Don’t be too impressed (it ain’t that impressive). I did most of this by coding a bit of automation and letting it do the work for me. I actually rather enjoy writing code generators.