Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html table stack overflow

<style>
table {
width: 100%;
}
td {
  border: 1px solid #777;
  padding: 10px;
}
td:first-child {
  width: 30%;
}
</style>
<table>
  <tr>
    <td>a</td>
    <td colspan="3">b</td>
    <td colspan="3">c</td>
  </tr>
  <tr>
    <td>a</td>
    <td colspan="2">b</td>
    <td colspan="2">c</td>
    <td colspan="2">d</td>

  </tr>
</table>
Comment

PREVIOUS NEXT
Code Example
Html :: mat-tooltip on disabled button 
Html :: print button html 
Html :: how to add double space in html 
Html :: html stands for 
Html :: whatsapp api 
Html :: input-group-addon 
Html :: html css javascript free online course 
Html :: input is a void element tag and must neither have `children` not use `dangerouslySetInnerHTML`. 
Html :: list of meta tags 
Html :: bootstrap tabs 
Html :: ip html 
Html :: html versions 
Html :: upload button in html 
Html :: html unordered list 
Html :: link to section on page html 
Html :: boostrap input 
Html :: ul attributes in html 
Html :: xss commands 
Html :: html form detached submit button 
Html :: html single line comment 
Html :: how to defualt volume at 50% of video html 
Html :: google no translate meta tag 
Html :: get id value of html dropdown in jquery 
Html :: html default file name a tag 
Html :: link react to html 
Html :: html text color tag 
Html :: swagger decimal number format 
Html :: html2pdf page break option 
Html :: rick astley never gonna give you up 
Html :: Remove White Space Below Image Elements 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =