CSS基础知识

一、外部样式表

代码示例:

<link href = "外部css样式地址" rel = "stylesheet" type = "text/css"/>

注意:href="";可同时插入多个外部样式表。

二、内部样式表

代码示例:

  <style type = "text/css">

原文地址:https://www.cnblogs.com/skjsg/p/4967388.html