<html>
<head>
<style>
p:only-child {
background: red;
}
</style>
</head>
<body>
<div><p>This is a paragraph.</p></div>
<div><span>This is a span.</span><p>This is a paragraph.</p></div>
<p><b>Note:</b> Internet Explorer 8 and earlier versions do not support the :only-child selector.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_only-child by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:11:41 GMT -->
</html>