<!DOCTYPE html>
<html>
  <head>
    <title>My Web Page</title>
  </head>
  <body>
    <p>This is some <span style="color: red;">red</span> text.</p>
    <p>This is some <span style="font-weight: bold;">bold</span> text.</p>
  </body>
</html>
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.