DOM

When dealing with a webpage, we must understand the DOM(document object model). Siimpy put the dom allocates every element of your html file a certain amount of space and encapsulates it in a box.

tutorial

Once this is understood, then we can edit these as we see fit. We should also know how the DOM is set up:

tutorial

with this we are ready to go into our file and style our page.

NEXT LESSON