<head>

  <style>

    p{

      color: blue;

    }

    h1{

      color: red;

    }

  </style>

</head>

<body>

  <p>Hello World!</p>

  <h1 >tiêu đề 1</h1>

</body>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.