<style>

p.content {

   border: 1px solid #ccc;

   width: 300px;

   white-space: nowrap;

   overflow: hidden;

   text-overflow: ellipsis;

}

p.content {

   over-flow: visible;

}

</style>

 

<body>

   <p class="content"><h4> 귀리는.....................................</h4><p>

</body>

 

> 결론 : <hn> 코드가 <border> 코드보다 우선한다!

+ Recent posts