Adding CSS to HTML Documents
Two ways to apply CSS to a web page. Internal CSS You can add CSS to your HTML documents by simply placing it within the document header. For example, you can specify background color for your HTML document like this: < html> < head> … < style type="text/css"> body { background-color: red;} < /style> < [...]
Filed under: CSS, Tutorials on November 10th, 2010 | No Comments »