Any text whatever Code for the HTML file: <!DOCTYPE html> <table style="border: 3px solid darkblue; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;"> <tr><td>Any text whatever</td></tr> </table>
Code for the HTML file:
<!DOCTYPE html>
<table style="border: 3px solid darkblue; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;"> <tr><td>Any text whatever</td></tr> </table>