Adscend

Click Here



Click Here

Tuesday

DOM Tutorial

DOM Tutorial

1.DOM allows to change the values of your CSS properties at runtime.

2.DOM allows to change both the inline and external style sheets.


Syntax:
document.getElementById(id name).style.property = new style
document.getElementById("id").style.property="value";




No comments:

Post a Comment