A、<style type="text/css">P{color:red}</style> B、<style type="text/css">#firstp {color:red} </style> C、<style type="text/css"> .firstp{color:red} </style> D、<style type="text/css">P.firstp{color:red}</style>
A.font-size用于设置文本的字体大小 B.font-family用与设置文本的字体类型 C.color用与设置文本的颜色 D.text-align用与设置文本的字体形状
A、<link type="text/css" rel="stylesheet" file="a.css"> B、<a type="text/css" rel="stylesheet" href="a.css"> C、<link type="text/css" rel="stylesheet" href="a.css"> D、<link type="text/css" rel="stylesheet" src="a.css">