您的回答:Cascading Style Sheets
您的回答:<link rel="stylesheet" type="text/css" href="mystyle.css">
您的回答:<head> 部分
您的回答:<style>
您的回答:style
您的回答:body {color: black}
您的回答:/* this is a comment */
您的回答:background-color:
您的回答:all.h1 {background-color:#FFFFFF}
正确答案:h1 {background-color:#FFFFFF}
您的回答:text-color:
正确答案:color:
您的回答:text-size
正确答案:font-size
您的回答:<p style="font-size:bold">
正确答案:p {font-weight:bold}
您的回答:a {text-decoration:no underline}
正确答案:a {text-decoration:none}
您的回答:text-transform:capitalize
您的回答:font-family:
您的回答:style:bold
正确答案:font-weight:bold
您的回答:border-width:10px 1px 5px 20px
您的回答:margin-left:
您的回答:错误
您的回答:list-style-type: square
HTML测验
您的回答:超文本标记语言(Hyper Text Markup Language)
您的回答:万维网联盟(W3C)
您的回答:<heading>
正确答案:<h1>
您的回答:<lb>
正确答案:<br>
您的回答:<body bgcolor="yellow">
您的回答:<bold>
正确答案:<b>
您的回答:<italics>
正确答案:<i>
您的回答:<a href="http://www.w3school.com.cn">W3School</a>
您的回答:<mail>xxx@yyy</mail>
正确答案:<a href="mailto:xxx@yyy">
您的回答:<a href="url" target="new">
正确答案:<a href="url" target="_blank">
您的回答:<table><tr><td>
您的回答:<td align="left">
您的回答:<ol>
您的回答:<ul>
您的回答:<input type="checkbox">
您的回答:<input type="text">
您的回答:<input type="dropdown">
正确答案:<select>
您的回答:<input type="textarea">
正确答案:<textarea>
您的回答:<img src="image.gif">
您的回答:<body background="background.gif">