<html>
<head>
<style>
p i:first-child {
color: blue;
}
</style>
</head>
<body>
<p>I am a <i>strong</i> person. I am a <i>strong</i> person.</p>
<p>I am a <i>strong</i> person. I am a <i>strong</i> person.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_first-child2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:10 GMT -->
</html>