Tell us about DOM features?

 Posted by vishalneeraj-24503 on 9/27/2014 | Category: JavaScript Interview questions | Views: 1435 | Points: 40
Answer:

With the help of Document object model,JavaScript creates dynamic HTML.

JavaScript can change all the HTML elements on the page.
JavaScript can change all the HTML attributes in the page.
JavaScript can change all the CSS styles in the page.
JavaScript can remove existing HTML elements and attributes.
JavaScript can add new HTML elements and attributes.
JavaScript can react to all existing HTML events in the page.
JavaScript can create new HTML events in the page.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response