001.html   [plain text]


<html>
<head>
<style>
p:first-line {
  color: green;
  font-size: 50px;
}
</style>
<body><p>BigAndGreen<br>SmallAndBlack</p></body>
</html>