DOM (Document Object Model) Functions
These functions are used to perform some task on HTML elements.
These are mainlu used for documantation effects. Those effects will occured by javascript event attributes in html tag.
These are mainly 3 types:-
1. document.getElementById()
2. document.getElementsByName()
3. document.getElementsByTagName()
These functions are used to perform some task on HTML elements.
These are mainlu used for documantation effects. Those effects will occured by javascript event attributes in html tag.
These are mainly 3 types:-
1. document.getElementById()
2. document.getElementsByName()
3. document.getElementsByTagName()
great
ReplyDelete