Colour the heading
Change the heading's colour to anything you like. First, add an attribute to the heading so a CSS rule can find it. Then write a rule that sets the color property.
Step 1Add an attribute to the heading
Click the + chip on the <h1>, then type a real attribute like name="value"Step 2Write a CSS rule that targets it
The rule sets the color property to anything you wantHTML — click chips to add an attribute
<h1>Hello again</h1>Your CSS
Preview