您的回答: Colorful Style Sheets
正确答案: Cascading Style Sheets
您的回答: <style src="mystyle.css">
正确答案: <link rel="stylesheet" type="text/css" href="mystyle.css">
您的回答: <head> 部分
您的回答: <style>
您的回答: style
您的回答: body {color: black}
您的回答: // this is a comment
正确答案: /* this is a comment */
您的回答: background-color:
您的回答: h1 {background-color:#FFFFFF}
您的回答: text-color:
正确答案: color:
您的回答: text-style
正确答案: font-size
您的回答: p {font-weight:bold}
您的回答: a {text-decoration:none}
您的回答: text-transform:capitalize
您的回答: font-family:
您的回答: font-weight:bold
您的回答: border-width:10px 5px 20px 1px
正确答案: border-width:10px 1px 5px 20px
您的回答: text-indent:
正确答案: margin-left:
您的回答: 正确
正确答案: 错误
您的回答: list-type: square
正确答案: list-style-type: square