CSS
Cascading Style Sheets
Another approach to format web pages
Can define the format for all web pages in one file
Can change style properties using script
Basic inline format
<body style = "background-color:red"> Contents...</body>