खोज…


सिंपल टेबल

जबकि स्टाइलिंग प्रभाव विषय के आधार पर भिन्न हो सकते हैं, .table वर्ग का उपयोग एक अनुप्रयोग में तालिकाओं के लिए एक समान और सुसंगत उपस्थिति बनाने के लिए किया जाता है:

<table class="table">
    <tr>
        <th>Season</th>
        <th>Doctor</th>
        <th>Companion</th>
    </tr>
    <tr>
        <td>1</td>
        <td>Christopher Eccleston</td>
        <td>Rose Tyler</td>
    </tr>
</table>


Modified text is an extract of the original Stack Overflow Documentation
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow