Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html lang="en">
<head>
<style>
p:first-letter { color: red; font-size: 200%; }
</style>
</head>
<body>
<p>Some text</p>
</body>
</html>