Training

Chapter 1 引言

Cascading Style Sheets

Hello,CSS!

Source code:

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