зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
375 B
HTML
18 строки
375 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- U+2024 is ONE DOT LEADER -->
|
|
<p>abcdef․․․abcdef</p>
|
|
|
|
<!-- U+2025 is TWO DOT LEADER -->
|
|
<p>abcdef‥‥‥abcdef</p>
|
|
|
|
<!-- U+2026 is HORIZONTAL ELLIPSIS -->
|
|
<p>abcdef………abcdef</p>
|
|
|
|
</body>
|
|
</html>
|