<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>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.