1

What is DOM?

  • DOM mean Document Object Model
  • DOM is a amazing concept that every Browser use to render a Web Page
  • DOM is a HTML representation
  • DOM is a Tree data structure
  • DOM is a model that can be modified
  • All start on Critical Rendering Path
    • DOM
    • CSSOM
    • Render Tree
    • Layout
    • Paint
Escribe tu comentario
+ 2