Home >Web Front-end >HTML Tutorial >How to set table_html/css_WEB-ITnose with black border on JSP page
How to set a table with black border on JSP page
Define the
border-style: solid; border-color: black;
.blackborder{border:1px solid black;}
<table class="blackborder"><tr><td>33</td><td>22</td></tr></table>