Thursday, August 26, 2021

What is DOM?

 DOM stands for document object model .when a html document renders into browser it is parsed to a DOM  tree. In this DOM tree every html element becomes a object inside document object.

By using document then we can manipulate DOM elements.



No comments:

Post a Comment

Element of a good table (Ref: Database design mere mortals by Michael J. Hernandez)

  Elements of the Ideal Table: It represents a single subject, which can be an object or event that reduces the risk of potential data integ...