Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap table hover

<table class="table table-hover">
  <thead>
    <tr>
      <th scope="col">#</th>
      <th scope="col">First</th>
      <th scope="col">Last</th>
      <th scope="col">Handle</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td>Mark</td>
      <td>Otto</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td>Jacob</td>
      <td>Thornton</td>
      <td>@fat</td>
    </tr>
  </tbody>
</table>
Comment

table bootstrap with scrool

<div style="height: 600px;overflow: scroll;">
<!-- change height to increase the number of visible row  -->
	<table></table>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: html center button 
Html :: tailwind css background image 
Html :: twitter card meta tags 
Html :: how to add image caption in markdwon 
Html :: add link to text html 
Html :: back link a html 
Html :: how to give color to text in html 
Html :: how to show other website inside my website 
Html :: angular foreach 
Html :: How can I change the color of one word in HTML? 
Html :: keywords html 
Html :: html sound autoplay 
Html :: span limit text length 
Html :: href new window html 
Html :: html make table columns same width 
Html :: align button right 
Html :: how to get value of textbox in javascript from html 
Html :: axonivy sub component 
Html :: how to show pdf as image in html 
Html :: How do you require 8-digit password in an input 
Html :: html align right 
Html :: button to return to previous page html 
Html :: turn of blur html canvas 
Html :: HOW TO USE A video on a html website from youtube 
Html :: underline hover mouse 
Html :: html required checkbox 
Html :: what is dir attribute in html 
Html :: bootstrap5 lineheight 
Html :: vue select v-for 
Html :: auto refresh 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =