blob: 88f1ba2d31c3bb19cb29677577289c9e75139fe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<div style="
width: 3em;
text-overflow: clip;
overflow: hidden;
white-space: nowrap;
color: red;">MMMMMM
</div>
</body>
</html>
|