表格響應式佈局

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
    <div class="table-responsive">
        <table class="table table-bordered"><!--表格響應式佈局-->
            <thead>
                <tr>
                    <td>表格標題表格標題</td>
                    <td>表格標題表格標題</td>
                    <td>表格標題表格標題</td>css


                </tr>
            </thead>
            <tbody>
                <tr class="active">
                    <td>表格單元格表格單元格表格單元格表格單元格表格單元格表格單元格</td>
                    <td>表格單元格表格單元格表格單元格表格單元格表格單元格表格單元格</td>
 html

相關文章
相關標籤/搜索