插入css格式方法(初级)

313 查看

<h1>插入css格式方法</h1>

内联:<span style="color:red;font-size:10px;" >text</span>

嵌入:<style type="text/css">span{color:red;font-size:10px;}</style>

外部:<link href="style.css" rel="stylesheet" type="text/css">