Javascript: an HTML color checker
The tutor offers a little utility that connects the user with HTML color. In web coding, one way HTML colors are indicated is as follows: style=”color:#ff0000″ More specifically, the color string is of the form #rrggbb. After the hash tag, …