Horje

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



Single Articles
How to expand a link with body and screen of a HTML PageHTML Link Tutorial


Related Articles
What is alternative of Iframe HTML Link Tutorial
How to point Mouse on HTML Text HTML Link Tutorial
How to make a link text short with screen fit HTML Link Tutorial

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



Share on: