13 lines
196 B
HTML
13 lines
196 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<div style="
|
|
width: 3em;
|
|
text-overflow: clip;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
color: red;">MMMMMM
|
|
</div>
|
|
</body>
|
|
</html>
|