Advertisement
amjadArabia

Table/Child/thead

Dec 24th, 2019
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 6.47 KB | None | 0 0
  1. <html>
  2. <body>
  3.     <head>
  4.         <link rel="stylesheet" type="text/css" href="mycss.css">
  5.        <style>
  6.         table{
  7.             font-size:30px;
  8.             border-collapse: collapse;
  9.             margin:500px auto;
  10.            
  11.         }
  12.         tbody tr {
  13.             background-color: green;
  14.         }
  15.         td,th{
  16.             border:2px solid black;
  17.         }
  18.        
  19.            tbody tr:nth-child(3n+1)
  20.            {
  21.             background-color: blue;
  22.  
  23.            }
  24.          
  25.            tr:nth-child(4n+2):hover
  26.            {
  27.                background:red ;            
  28.            }
  29.            tr:nth-child(4n+2)
  30.            {
  31.                background:white ;            
  32.            }
  33.            
  34.  
  35.          
  36.  
  37.        </style>
  38.     </head>
  39.  
  40.  
  41.  
  42.     <table>
  43.         <thead>
  44.  
  45.                 <tr>
  46.                         <td>Head</td>
  47.                         <td>Head</td>
  48.                         <td>Head</td>
  49.                         <td>Head</td>
  50.                     </tr>
  51.         </thead>
  52.          <tbody>
  53.                 <tr>
  54.                         <td>1</td>
  55.                         <td>1</td>
  56.                         <td>1</td>
  57.                         <td>1</td>
  58.                     </tr>
  59.                     <tr>
  60.                         <td>2</td>
  61.                         <td>2</td>
  62.                         <td>2</td>
  63.                         <td>2</td>
  64.                     </tr>
  65.                     <tr>
  66.                         <td>3</td>
  67.                         <td>3</td>
  68.                         <td>3</td>
  69.                         <td>3</td>
  70.                     </tr>
  71.                     <tr>
  72.                         <td>4</td>
  73.                         <td>4</td>
  74.                         <td>4</td>
  75.                         <td>4</td>
  76.                     </tr>
  77.                     <tr>
  78.                         <td>5</td>
  79.                         <td>5</td>
  80.                         <td>5</td>
  81.                         <td>5</td>
  82.                     </tr>
  83.                     <tr>
  84.                         <td>6</td>
  85.                         <td>6</td>
  86.                         <td>6</td>
  87.                         <td>6</td>
  88.                     </tr>
  89.                  
  90.          </tbody>  
  91.        
  92.         <tfoot>
  93.                 <tr>
  94.                         <td>footer</td>
  95.                         <td>footer</td>
  96.                         <td>footer</td>
  97.                         <td>footer</td>
  98.                     </tr>
  99.         </tfoot>
  100.        
  101.     </table>
  102.        
  103.              
  104.  
  105. </body>
  106.  
  107. </html>
  108. ************************************************************************************************************
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. <html>
  116.     <head>
  117.         <title>Child Tips</title>
  118.         <style>
  119.             table{
  120.                 margin:200px auto;
  121.                
  122.             }
  123.            
  124.            
  125.             tr,td,th {
  126.                 font-size:30px;
  127.                 border:black solid 1px;
  128.                 padding:5px;
  129.             }
  130.             /* tbody tr
  131.             {
  132.                 background:red
  133.             } */
  134.              tbody tr:nth-child(3n+1)
  135.            {
  136.             background-color: blue;
  137.  
  138.            }
  139.             tbody tr:nth-child(2)
  140.            {
  141.             background-color: red;
  142.            }
  143.            tbody tr:nth-child(4n+2)
  144.            {
  145.                background:purple;
  146.            }
  147.             thead tr:hover{
  148.                 background:green;
  149.             }
  150.             tfoot tr:hover
  151.             {
  152.                 background:orange;
  153.             }
  154.         </style>
  155.     </head>
  156.     <body>
  157.         <table>
  158.             <caption style="font-size:50px">
  159.                 Child - Tips
  160.             </caption>
  161.             <thead>
  162.                 <tr>
  163.                     <th>This is Header1</th>
  164.                     <th>This is Header2</th>
  165.                 </tr>
  166.             </thead>
  167.             <tbody>
  168.                     <tr>
  169.                         <td>This is Table Body1</td>
  170.                         <td>This is Table Body2</td>
  171.                      
  172.                     </tr>
  173.                     <tr>
  174.                         <td>This is Table Body1</td>
  175.                         <td>This is Table Body1</td>
  176.                     </tr>
  177.                     <tr>
  178.                             <td>This is Table Body1</td>
  179.                             <td>This is Table Body1</td>
  180.                     </tr>
  181.                     <tr>
  182.                             <td>This is Table Body1</td>
  183.                             <td>This is Table Body2</td>
  184.                          
  185.                         </tr>
  186.                         <tr>
  187.                             <td>This is Table Body1</td>
  188.                             <td>This is Table Body1</td>
  189.                         </tr>
  190.                         <tr>
  191.                                 <td>This is Table Body1</td>
  192.                                 <td>This is Table Body1</td>
  193.                         </tr>
  194.                         <tr>
  195.                                 <td>This is Table Body1</td>
  196.                                 <td>This is Table Body2</td>
  197.                              
  198.                             </tr>
  199.                             <tr>
  200.                                 <td>This is Table Body1</td>
  201.                                 <td>This is Table Body1</td>
  202.                             </tr>
  203.                             <tr>
  204.                                     <td>This is Table Body1</td>
  205.                                     <td>This is Table Body1</td>
  206.                             </tr>
  207.                             <tr>
  208.                                     <td>This is Table Body1</td>
  209.                                     <td>This is Table Body2</td>
  210.                                  
  211.                                 </tr>
  212.                                 <tr>
  213.                                     <td>This is Table Body1</td>
  214.                                     <td>This is Table Body1</td>
  215.                                 </tr>
  216.                                 <tr>
  217.                                         <td>This is Table Body1</td>
  218.                                         <td>This is Table Body1</td>
  219.                                 </tr>
  220.             </tbody>
  221.             <tfoot>
  222.                     <tr>
  223.                         <td>This is Table foot1</td>
  224.                         <td>This is Table foot2</td>
  225.                     </tr>
  226.             </tfoot>
  227.         </table>
  228.     </body>
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement