Cascading Style Sheets
Source code:
<!-- index.html --> <h1>Hello,CSS!</h1>
/* style.css */ h1 { color: #f00; }