зеркало из https://github.com/mozilla/pjs.git
13 строки
989 B
HTML
13 строки
989 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>text-indent test</title>
|
|
<style type="text/css">
|
|
i { float: left; height: 0.3em; width: 100px; }
|
|
span { background: yellow }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><i></i><span>This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.</span></p>
|
|
</body>
|
|
</html>
|