当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > CSS 基础
CSS stands for cascading style sheets, and can be used for many things. Below is the basic style sheet. It changes the link properties and the scrollbar style. To customize, just replace COLOR with your preferred color. Style sheets should be placed in the <head> tag.
CSS表示“样式表”,它的用处很大。下面是一张基础的样式表,它改变了链接属性和滚动条样式。你可以通过替换预定义的“COLOR”值来自定义颜色。样式表应该放置在“<head>”标签中。
有色滚动条
<STYLE type="text/css"> |