To change the clock color, type a color in the box on the right and click the button. Then, copy the code on the right and paste into your HTML.
Use colors such as red, cyan, yellow, or RGB hex numbers (00 to FF) in #RRGGBB format where RR is Red, GG is Green, and BB is Blue. Example: #00FFFF would be cyan.
Place the code at the top of the box on the right ONLY ONCE into your website's HTML.
You can then add any or all of the <a> tags on the right into your HTML where you would like for the time to appear,
but no more than one of each. You can also substitute other tags like <span> and <p> in place of the <a>
tag as long as the same ID is used.