CSS的
- 或
- 標簽添加樣式,并改變其顯示效果。
ul { list-style-type: none; margin: 0; padding: 0; } li { display: inline-block; margin: 0 10px; padding: 5px 10px; background-color: #eee; border-radius: 5px; }
上面的例子展示了如何移除列表項的默認樣式,圍繞每個列表項添加邊距和內邊距,并為其添加背景色和圓角效果。
值得注意的是,
- 標簽的樣式會受到其所處的上級元素的影響。例如,如果
- 標簽的樣式為隱藏,那么其中的所有
- 標簽也會被隱藏。
- 標簽一起使用。
在CSS中,可以通過樣式表來為