單項選擇題設(shè)置表格的高度為600的HTML代碼是()
A.<table height=500 width=600>
B.<table vspace=600 hspace=500>
C.<table height=600 width=500>
D.<table vspacet=500 hspace=600>
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題設(shè)置表格的單元格間距為0的HTML代碼是()
A、<table cellspacing =0>
B、<table height=0>
C、<table border=0>
D、<table cellpadding =0>
2.單項選擇題設(shè)置表格的單元格填充為0的HTML代碼是()
A.<table cellspacing=0>
B.<table height=0>
C.<table border=0>
D.<table cellpadding=0>
3.單項選擇題設(shè)置表格的邊框為0的HTML代碼是()。
A、<table cellspacing=0>
B、<table height=0>
C、<table border=0>
D、<table cellpadding =0>
4.單項選擇題跨多列的表元的HTML代碼為()
A. th colspan=#
B. th rowspan=#
C. td colspan=#
D. td rowspan=#
5.單項選擇題跨多行的表元的HTML代碼為()
A.<th colspan=#>
B.<th rowspan=#>
C.<td colspan=#>
D.<td rowspan=#>