Here is an HTML example with the CSS class defined inline:
<!doctype html>
<html>
<head>
<style>
.YellowBackground {
background-color : yellow;
}
</style>
</head>
<body>
<h1>A yellow background</h1>
</body>
</html>
9.5m questions
12.2m answers