Understanding and implementing cascading style sheets (CSS) is one of the best ways to give your web pages a professional, appealing design. Although you can write style sheets for each page you code, it is best to import an external style sheet and customize specific parts of each page with styles in the header and elements tags. This gives your site a cleaner look, eliminates hassle, and allows you more control over your design. In this tutorial, you will learn how to integrate CSS into several pages, and get hands-on experience with a sample HTML page.











