Horje
How to make a link text short with screen fit

It is possible with css to make a link text short with screen fit.


How to expand a link with body and screen of a HTML Page

See the Example and Learn.

index.html
Example: HTML
<style>
.link_short {	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;
}
</style>
<div class="link_short">
<a href="https://horje.com">
World Wrestling Entertainment is an American professional wrestling promotion. It is owned and operated by TKO Group Holdings, a majority-owned subsidiary of Endeavor Group Holdings
</a>

Output should be:

How to expand a link with body and screen of a HTML Page




html link

Type :
Develop
Category :
Web Tutorial
Sub Category :
HTML Link Tutorial
Uploaded by :
Admin