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