女儿情 完整歌词:3行3列的虚线表格的代码是什么?

来源:百度文库 编辑:高校问答 时间:2024/05/02 07:39:21
3行3列的虚线表格的代码是什么?3行3列的虚线表格的代码是什么?

<TABLE id="Table1" style="BORDER-RIGHT:1px dotted; BORDER-TOP:1px dotted; BORDER-LEFT:1px dotted; BORDER-BOTTOM:1px dotted"
cellSpacing="1" cellPadding="1" width="300" border="0">
<TR>
<TD>1</TD>
<TD>2</TD>
<TD>3</TD>
</TR>
<TR>
<TD>2</TD>
<TD>1</TD>
<TD>3</TD>
</TR>
<TR>
<TD>3</TD>
<TD>1</TD>
<TD>2<FONT face="宋体"></FONT></TD>
</TR>
</TABLE>

<TABLE width="300" border="0" cellPadding="1" cellSpacing="1" bordercolor="#FF0000" id="Table1" style="BORDER-TOP:1px dotted; BORDER-LEFT:1px dotted;">
<TR>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">1</TD>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">2</TD>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">3</TD>
</TR>
<TR>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">2</TD>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">1</TD>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">3</TD>
</TR>
<TR>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">3</TD>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted">1</TD>
<TD style="BORDER-RIGHT:1px dotted; BORDER-BOTTOM:1px dotted>2</TD>
</TR>
</TABLE>