Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head><meta http-equiv="content-security-policy" content="script-src 'none'">
<style>
p i:first-child {
  color: blue;
}
</style>
</head>
<body>
<p>Я <i>знаю</i> HTML. Я <i>знаю</i> HTML.</p>
<p>Я <i>знаю</i> CSS. Я <i>знаю</i> CSS.</p>
</body>
</html>