'text-overflow' Syntax and Note
Note:
Display ellipses (...) or clip when the text overflows its layout area.
Syntax:
element { text-overflow: value }
elementID.style.textOverflow = "value"
document.all.elementID.style.textOverflow = "value"
Related examples in the same category