InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Tagname And Classname Property In Dhtml? |
|
Answer» The TAGNAME property contains the name of the TAGS we encounter while looping through the document , to PLACE them in the string element. The className property of an element is USED to change the element’s style CLASS. The tagName property contains the name of the tags we encounter while looping through the document , to place them in the string element. The className property of an element is used to change the element’s style class. |
|