<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title>JavaScript实现表格隔行显示</title>
        <style type="text/css">
            #tbl_main {
                border: black thin solid;
            }
            
            .style01 {
                background-color: lightgray;
            }
        </style>
    </head>

    <body>
        <table >22.5</td>
            </tr>
        </table>
    </body>

</html>

HTML&CSS实现表格隔行显示

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
猜你喜欢
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案