Search
 
SCRIPT & CODE EXAMPLE
 

HTML

row span

<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 :: row merge 
Html :: set span text 
Html :: hide first option in select 
Html :: html change background color of page 
Html :: append button in div 
Html :: differences between html and xhtml 
Html :: css svg width font size 
Html :: html5 audio tag style 
Html :: starter template bootstrap 
Html :: html table title 
Html :: set table column width 
Html :: svg img tag not showing 
Html :: nested select option in html 
Html :: whatsapp api 
Html :: android strings plural 
Html :: list of meta tags 
Html :: bootstrap gutter 
Html :: password input type in html 
Html :: select option 
Html :: character for degrees 
Html :: html collapsible open by default 
Html :: radio color bootstrap 
Html :: dl in html 
Html :: relative path 
Html :: show/hide password html 
Html :: how to jump line in html 
Html :: html comments 
Html :: input type tel 
Html :: html drag and drop 
Html :: tinymce image upload 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =