Use CSS without program to implement automatic truncation of text with ellipsis instead of _ Experience Exchange

Source: Internet
Author: User
. test{
width:200px;
height:50px;
border:1px solid red;
padding:10px;
Overflow:hidden; /* Do not display content that exceeds the width of the object */
Text-overflow:ellipsis; /* Show ellipsis (...) when text inside an object overflows. )*/
White-space:nowrap; /* Restrict display of all text in one line */
}

<textarea id="runcode31005"><ptml> <pead> <meta http-equiv= "Content-type" content= "text/html; charset=gb2312"/> <title >www.jb51.net Script House </title> </pead> <style type= "Text/css" > div.test{width:200px; height:100px; border:1px solid red; padding:10px; Overflow:hidden; Text-overflow:ellipsis; White-space:nowrap; } </style> <body> Scripting House, strive to create a boutique learning site. Welcome to our </body> </ptml></textarea>
[Ctrl + A full selection Note: If you need to introduce external JS need to refresh to execute]
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.