CSS Inheritence - Initial
I am the Default DIV
I am DIV One at initial state
I am DIV Two at initial state
The div with id set to default takes the browser's user agent stylesheet which is block
The div with class set to one and two is set to initial and it takes behaves as as inline element.
Please refer to MDN Docs for detailed information