|
CSS - Cascading Style Sheet
To add style in an XHTML document, a cascading style sheet (CSS) can be used. The CSS code can either be put in-line within the XHTML code itself or in a separate CSS file. By separating the CSS code from the XHTML code, major changes could be done to the style, simply by rewriting something in a CSS file without having to change every single XHTML document. Another advantage of placing the CSS code in a separate file is that many or all the XHTML documents could refer to the same CSS file, which could create a web site with a homogeneous style. Check out the links listed on the web resources page for CSS tutorials.
Double negationsA linguistics professor was lecturing to his class one day. "In English," he said, "a double negative forms a positive. In some languages though, such as Russian, a double negative is still a negative. However," he pointed out, "there is no language wherein a double positive can form a negative." A voice from the back of the room piped up, "Yeah, right."
|
|
|
|
|