在CSS语言中下列哪一项是"左边框"的语法?( )
A: border-left-width: <值>
B: border-top-width: <值>
C: border-left: <值>
D: border-top: <值>
A: border-left-width: <值>
B: border-top-width: <值>
C: border-left: <值>
D: border-top: <值>
举一反三
- 在CSS语言中下列哪一项是"列表样式图像"的语法?() A: width:<值> B: height:<值> C: white-space:<值> D: list-style-image:<值>
- 在css语言中,下列哪一项是“边框颜色”的语法( )。 A: vertical-align:<值> B: letter-spacing:<值> C: border-color:<值> D: text-align<值>
- html语言中,设置围绕表格的边框的宽度的标记是( )。(1.0) A: <table border= B: > C: <table cellspacing= D: > E: <table cellpadding= F: > G: <table width= H: or%>
- 设置表格的边框宽度的HTML代码是 A: <table size= B: > C: <table border= D: > E: <tableborder= F: > G: <table bordersize= H: >
- <p>若要使表格的行高为16pt,以下方法中,正确的是( )。</p> A: <table border="1" line-height=”16pt">…</table> B: <table border="1" style="line-height:16">…</table> C: <table border="1" style="line-height:16pt">…</table> D: <table border="1" style="height:16pt">…</table>