I have a .html document with CSS and Javascript inside of document (no external files). Is there some online tool that would minify document and Javasc
Good javascript compressor is also Google's Closure Compiler and vice versa, to make compressed code a bit better readible you can use Javascript Beautifier. You can also have a look at phpEasyMin project.