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.
What is the best html code font picker script?
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/