11 lines
90 B

<div>
<p>
<span>styled</span>
</p>
</div>
<style>
p span {
color: red;
}
</style>