table class=table-div border=1
There is a syntax error in the code you provided. The quotation marks around the border attribute are incorrect. The correct code should be:
<table class="table-div" border="1">
This code creates a table element with the class "table-div" and a border of 1.
原文地址: http://www.cveoy.top/t/topic/hSAf 著作权归作者所有。请勿转载和采集!