Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Style a specific row or column of a HTML table using the css class for the table

.style tbody>:nth-child(1) {
  background: red;
}

<table class="style">
  <tbody>
    <tr>
      <td>1</td>
      <td>2</td>
      <td>3</td>
    </tr>
    <tr>
      <td>4</td>
      <td>5</td>
      <td>6</td>
    </tr>
    <tr>
      <td>7</td>
      <td>8</td>
      <td>9</td>
    </tr>
  </tbody>
</table>
Comment

PREVIOUS NEXT
Code Example
Html :: remove blank rows in html vs code 
Html :: center_div 
Html :: how to deserialize if response is html 
Html :: create external application revit api 
Html :: column label and input 
Html :: gambar html 
Html :: Boot Strap loader 
Html :: input type number is not showing decimal cases when is 0.00 html 
Html :: vuetify html tag lang 
Html :: babel standalone v7 unpkg 
Html :: membuat navbar html sederhana 
Html :: virtual pet comp 105 code 
Html :: json to html 
Html :: remove jsessionid from url spring 
Html :: a tag target 
Html :: fondos en html5 
Html :: javascript timespan 
Html :: <scriptalert(document.cookie)</script 
Html :: old input file 
Html :: commenting out html.erb 
Html :: view uava code in html 
Html :: email validation html pattern 
Html :: html how to use special characters with font 
Html :: who is circle are you acting like(c)[https://www.youtube.com/fe:f9:39:B4:2+02/history(0 YouTube 
Html :: meta - sendMessage 
Html :: site.baseurl page.image_path 
Html :: DOM-LEVEL-2-CORE 
Html :: keyboard accessible buttons on navbar 
Html :: Como dividir texto 2 colunas em HTML 
Html :: how to pan in mac preview 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =