I want to make this source code, I copy this source code in my notepad and I paste it in one file, include CSS, JavaScript and HTML. The file name is sel.php.
I take the source code from http://jsfiddle.net/davidThomas/x5YW3/
I include my CSS with:
<style type="text/css">
----this_source_css----
</style>
JavaScript with :
<script type="text/javascript">
----this_source_javascript----
</script>
And HTML in:
<html>
<body>
----html_source_code----
</body>
</html>
But this code does not work in my copy paste, whereas I run in jsfiddle working fine, what might be wrong?