Search
 
SCRIPT & CODE EXAMPLE
 

HTML

row merge

<table> 
  <tr>
    <td rowspan= "2"> lorem </td>
    <td> Ipsum </td>
    <td> lorem </td>
  </tr>    
  
  <tr>
    <td> lorem </td>
    <td> ipsum </td>
  </tr>    
<!-- Here we have 2 rows and 3 columns, but we have created 3 in the first,
and 2 in the second. In this case because we used rowspan, the first cell
in the first row will take also a space in the second row so it'll be merged.-->
Comment

PREVIOUS NEXT
Code Example
Html :: embed tag in html 
Html :: word inhoudsopgave 
Html :: input month in html 
Html :: jquery insert html into iframe 
Html :: capture webcam js 
Html :: how to use html shortcuts 
Html :: how to add image in html 
Html :: how to reduce the size of a button in boostrap 
Html :: align div in html 
Html :: click on button fire to another button 
Html :: registration form template bootstrap 
Html :: change color of icon css 
Html :: how to write a text inside a div 
Html :: image size 
Html :: favicon.ico html 
Html :: uncaught error: bootstrap 
Html :: markdown image by address 
Html :: html table 
Html :: vue transition 
Html :: link to section on page html 
Html :: html js script 
Html :: html elements 
Html :: markdown background colour 
Html :: navbar with logo css 
Html :: how to make an a tag not clickable 
Html :: input type on click submit buttom show 
Html :: show and hide divs based on radio button click 
Html :: html5 input pattern name 
Html :: react button style 
Html :: how to put a name on a fieldset 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =