<style type="text/css" src="style.css"> </style>
<!DOCTYPE html> <html> <head> <!-- <script src="http://code.jquery.com/jquery-latest.js"></script> --> <style type="text/css"> * { padding: 0; } </style> <script type="text/javascript"> function Go() { var o=document.getElementsByTagName("style") var i for (i=0; i<o.length; i++) { alert(o[i].innerHTML) } } </script> </head> <body onload='Go()'> </body> </html>