gecko-dev/layout/reftests/text-indent/text-indent-single-line-ind...

12 строки
192 B
HTML
Исходник Обычный вид История

2007-03-25 23:26:32 +04:00
<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
span { background: yellow; margin-left: 100px }
</style>
</head>
<body>
<p><span>text</span></p>
</body>
</html>