Youcef Madadi
Web and game development teacher
We see DOM manipulation on a daily bases all around the web.
it controls the movement and the interactivity of the websites we use everyday.
Document Object Model
The Document Object Model is the interface between your Javascript and HTML+CSS
The browser turns every HTML tag into a Javascript object that we can manipulate
Everything is stored inside of the document object
1. Select The element
2. Access the attribute
3. Change the values of the attribute or an option inside of it
By Youcef Madadi