css 1行が部分を超えて省略記号を表示
1822 ワード
<style>
p{
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
style>
<body>
<div class="box">
<p>hello world!hello world!hello world!hello world!hello world!p>
div>
body>