Computer Science, asked by kauletejasvini, 5 months ago

3] Explain the attribute of <TR> and <TD> tags a] BorderColor b] BgColor​

Answers

Answered by himanshu2006vps
1

Answer:

a] BorderColor

Explanation:

this code sets the border to red:

<TABLE BORDER=10 BORDERCOLOR=RED>

<TR>

<TD>carrots</TD>

<TD>garlic</TD>

</TR>

<TR>

<TD>celery</TD>

<TD>onions</TD>

</TR>

</TABLE>

Similar questions