![]() |
It is possible with css to make a link text short with screen fit. |
See the Example and Learn.
<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>
html link |
Type
: |
Develop |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Link Tutorial |
Uploaded by
: |
Admin |