题目10单选题
若要使表格的行高为16px,以下方法中,正确的是( )A. <table border=1 LineHeight="16px">,</table>B. <table border=1 LineHeight="16">,</table>C. <table border=1 style="Line-Height:16px">,</table>D. <table border=1 style="Line-Height:16">,</table>