标签:
您的回答:Computer Style Sheets
正确答案:Cascading Style Sheets
您的回答:<link rel="stylesheet" type="text/css" href="mystyle.css">
您的回答:<head> 部分
您的回答:<style>
您的回答:style
您的回答:body {color: black}
您的回答:/* this is a comment */
您的回答:h1> 元素添加背景颜色?
您的回答:h1 {background-color:#FFFFFF}
您的回答:color:
您的回答:font-size
您的回答:p {font-weight:bold}
您的回答:a {text-decoration:none}
您的回答:text-transform:uppercase
正确答案:text-transform:capitalize
您的回答:font-family:
您的回答:font-weight:bold
您的回答:border-width:10px 1px 5px 20px
您的回答:margin-left:
您的回答:正确
正确答案:错误
您的回答:list-style-type: square
标签:
原文地址:http://www.cnblogs.com/luoluo189/p/5743624.html