While working on a webpage, I encountered an issue with CSS attributes and table borders. Despite using the border-radius attribute, the border didn't round along with the background; it just stayed at a corner. Below is my code snippet, any help is greatly appreciated!
PS: I am using Chrome as my browser, Brackets as my text editor, and Windows 10 on my PC.
<table style= "background-color: orange; font-family:monospace, sans-serif; border-width: thick; border-style: double; border-radius: 40px;"> <tr> <td> filler</td> <td> filler</td></tr></table>