til
Use CSS Selectors To Style Elements
<head>
<style>
h2
{
color
:
red
;
}
</style>
</head>
<body>
<h2>
Title
</h2>
</body>
source