Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<head>
<title>CSS 2.1 Test Suite: text-indent test</title>
<meta name="flags" content="" />
<style type="text/css">
p { margin-left: 100px }
span { background: yellow }
</style>
</head>
<body>
<p><span>text</span></p>
</body>
</html>