Specify the th, td element of a table and add a black border
Example analysis:
##table,th,td{border:1px solid black;}
Use CSS selectors to add black borders to table elements, th elements, and td elements.
Example analysis:
##table,th,td{border:1px solid black;}
Use CSS selectors to add black borders to table elements, th elements, and td elements.
Students who have watched this course are also learning