Edit in JSFiddle

<html> 
<head>
<title>sub element selector</title>
</head>

<body>

<p>
This is <span>a</span> paragraph </p>

</body>

</html>
p span
{
    color:orange;
}