How do you specify a table border in HTML5?
Using the border attribute in the <table> tag
border
<table>
Using the frame attribute in the <table> tag
frame
Using the border="1" attribute-value pair in the <table> tag
border="1"
Using only CSS to set the border