HTML JavaScript DHTML



document.createStyleSheet() Method

function addStyle1() {
    var newStyle = document.createStyleSheet()
    newStyle.addRule("P", "font-size:26pt; color:red")
}
function addStyle2() {
    var newStyle = document.createStyleSheet("lst18-13.css",0)
}



document.createStyleSheet() Method





 


Section 1


section 1.


Section 2


section2.