From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Test Page</title>
<style>
.either { background: #ccc; }
.or { color: green; }
</style>
</head>
<body id="index">
<h1>Some header text</h1>
<p class="or">With some witty body text.</p>
</body>
</html>