News

Save the page and refresh in your browser to display the changes. The CSS rule targets both divs nested within the "myContainer" div. The "float" property tells the browser to float the divs to ...
AFAIK, CSS cannot affect the DOM tree. So, display: none just says the element should not be displayed, not that it should cease to exist. Style/structure separation and all that.