News

We can give our elements unique id or class attributes so we are able to specifically target and style them in our CSS code, which we will talk more about later when we learn HTML and CSS.
For instance, if a class defines a width of 100 pixels, all DIVS referencing that class will be 100 pixels wide. You can override a DIV's CSS class definition by updating the DIV's HTML code.