I have the following line for my table in HTML. How do I add a 10px radius to all the 4 corners?
<table id="Table_01" width="929" height="650" border="0" cellpadding="0" cellspacing="0">
As i am a newbie, I don't know what other information I must include. Please help me do this possibly by adding something like border-radius:10px to the above line. Thanks.