Javascript Objects JavaScript DHTML




.body { font-family:verdana; color:blue }


    document.getElementById("yourStyleSheet").title = "This is my internal style sheet";
    alert(document.styleSheets[0].title);