设置围绕表格的边框宽度的HTML代码是:
未知类型:{'options': ['[table size=""]', '[table border=""]', '[table bordersize=""]', '[tableborder=""]'], 'type': 102}
未知类型:{'options': ['[table size=""]', '[table border=""]', '[table bordersize=""]', '[tableborder=""]'], 'type': 102}
举一反三
- 设置表格的宽度为600的HTML代码是( )。 未知类型:{'options': ['[table height="500" width="600"]', '[table vspace="600" hspace="500"]', '[table height="600" width="500"]', '[table vspacet="500" hspace="600"]'], 'type': 102}
- 设置单元格填充为0的HTML代码 ( )。 未知类型:{'options': ['[table cellspacing=0]', '[table cellspacing="0"]', '[table cellpadding="0"]', '[table cellpadding=0]'], 'type': 102}
- 以下哪一条HTML语句用于设置表格的表框颜色( )。 未知类型:{'options': ['[table bordercolor=”red”]…', '[table bgcolor=”red”]…', '[table background=”/image/pic.jpg”]…', '[td bgcolor=”red”]…'], 'type': 102}
- 设置围绕表格的边框宽度的HTML代码是: A: <table size=""> B: <table border=""> C: <table bordersize=""> D: <tableborder="">
- 设置表格的单元格填充为0的HTML代码是( )。 未知类型:{'options': ['[table cellspacing=0]', '[table height=0]', '[table border=0]', '[table cellpadding=0]'], 'type': 102}