3] Explain the attribute of <TR> and <TD> tags a] BorderColor b] BgColor
Answers
Answered by
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
Computer Science,
2 months ago
Math,
2 months ago
Computer Science,
2 months ago
English,
5 months ago
English,
5 months ago
History,
11 months ago
English,
11 months ago