Table border color

how to give table within a table border color?

@shivisingla use border-color property to provide color to table or just provide it using
table: 1px solid color_name_here
you can read more about table styling here:
https://www.w3schools.com/css/css_table.asp

border-color="#F6FF65" i use this one but hua ni

@shivisingla put the styling in the style property of the html tag