inline-style-tag.html 80 B

1234567
  1. <style>
  2. p {
  3. line-height: 20px;
  4. }
  5. </style>
  6. <p>An exciting sentence.</p>