Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>Three paragraphs, green</title>
<style type="text/css">
p { color: lime }
</style>
</head>
<body>
<p>This paragraph should be in green characters.</p>
<p>This paragraph should be in green characters.</p>
<p>This paragraph should be in green characters.</p>
</body>
</html>