Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html make a table with two top headers

<table>
  <col>
  <colgroup span="2"></colgroup>
  <colgroup span="2"></colgroup>
  <tr>
    <th colspan="2" scope="colgroup">Mars</th>
    <th colspan="2" scope="colgroup">Venus</th>
  </tr>
  <tr>
    <th scope="col">Produced</th>
    <th scope="col">Sold</th>
    <th scope="col">Produced</th>
    <th scope="col">Sold</th>
  </tr>
</table>
Comment

PREVIOUS NEXT
Code Example
Html :: XACML 
Html :: how to add label on image in html 
Html :: input submit icon 
Html :: iframe youtube not working 
Html :: how to add a border around text in html 
Html :: javascript remove the current tr with click 
Html :: how to emphasize text in html 
Html :: favicon.ico 404 
Html :: html meter change color 
Html :: how to change size of image in html 
Html :: html qr code generator 
Html :: markdown table cell multiple lines 
Html :: tailwind input 
Html :: how to refer to external style sheet 
Html :: select input placeholder 
Html :: tailwind css text wrap 
Html :: table row html 
Html :: unicode menu icon 
Html :: cool css buton 
Html :: html scrollable table vertical 
Html :: image with url html 
Html :: bootstrap error message 
Html :: html script element 
Html :: time input html 
Html :: doc.fromHTML is not a function 
Html :: how to italicize in html 
Html :: javascript how to set a textbox value to nothing 
Html :: array in html form 
Html :: limit number of values in a twxt input 
Html :: using svg icons in html 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =