« »

  1、行内式。

<div style="color:#FFF;background:#333;">This is a line of text.</div>

  2、内嵌式。

<style type="text/css">
  .box {
      color:#FFF;
      background:#333;
  }
</style>

  3、导入式。

<style type="text/css">
   @import url("css/layout.css");
</style>

  4、链接式。

<link href="css/layout.css" type="text/css" rel="stylesheet" />

日志信息 »

该日志于2009-06-16 10:03由 5JUN 发表在网页设计分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

相关日志 »

Leave a Reply

:wink: :-| :-x :twisted: :) 8-O :( :roll: :-P :oops: :-o :mrgreen: :lol: :idea: :-D :evil: :cry: 8) :arrow: :-? :?: :!: