Computer Science, asked by thecubersahil9373, 4 days ago

Write a program to achieve Border color in table.

Answers

Answered by ritishri6
0

Answer:

To change the border's color, use the attribute bordercolor="color" where color is the same format as all the other web colors we've been using. The table below has the bordercolor set to #ff00ff with the table tag <table bordercolor="#ff00ff">. To change the background color, use the attribute bgcolor="color".

Similar questions