Edit in JSFiddle

<html>
<head>
<title> Group Selectors </title>
</head>

<body>

<h1>What is css?</h1>
<p> CSS is a style sheet language. It is very powerful. And i like it.</p>

</body>

</html>
h1, p
{
    color:red;
}