Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head>
<style type="text/css">
div::first-letter { color: magenta; }
span:before { content: "\"" "This "; }
</style>
</head>
<body style="width: 1em;" onload="document.getElementById('div').style.direction = 'rtl';">
<div id="div"><span>is text</span></div>
</body>
</html>