What is the best html code font picker script?

Asked By 20 points N/A Posted on -
qa-featured

Hello friends,

What is the best html code font picker script? These scripts are helpful when developing a webpage or website. I would like to know if you can share with me your codes that will probably answer all my confusions when it comes to html coding.

Thanks and Regards,

Rebecca Green.

SHARE
Answered By 0 points N/A #173620

What is the best html code font picker script?

qa-featured

Greetings,

You can find many html color pickers out in the internet, with different qualities, results and flexibility.

I personally prefer and advice you to use Jscolor, it’s simple, easy to install and use and I find quite elegant.

To use JSColor, just download the source and paste this code in your pages:

<script type=”text/javascript” src=”jscolor/jscolor.js”></script>

Add the “color” class to your input tag:

<input class=’color’/>

And Voilà! You are done.

You can download jscolor from here : http://jscolor.com/

Related Questions