Horje
span limit text length Code Example
span limit text length
<style>
	.text {
  		display: block;
  		width: 100px;
  		overflow: hidden;
  		white-space: nowrap;
  		text-overflow: ellipsis;
	}
</style>
<span class="text">Hello world this is a long sentence</span>




Html

Related
youtube video image Code Example youtube video image Code Example
vertical break html Code Example vertical break html Code Example
a tag open in new tabn Code Example a tag open in new tabn Code Example
html full image page auto resize Code Example html full image page auto resize Code Example
read only html Code Example read only html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8