1. 程式人生 > >CSS四種隱藏標籤的方法

CSS四種隱藏標籤的方法

1. display: none;

2. position: absolute; left: -99999px;

3. visibility: hidden;

4. opacity: 0;