Search
 
SCRIPT & CODE EXAMPLE
 

HTML

table two columns html

<table>
	<tr>
    	<th>first column header</th>
        <th>second column header</th>
    </tr>
    <tr>
    	<td>first column data</td>
        <td>second column data</td>
    </tr>
    <tr>
    	<td>first column data</td>
        <td>second column data</td>
    </tr>
    <tr>
    	<td>first column data</td>
        <td>second column data</td>
    </tr>
</table>
Comment

PREVIOUS NEXT
Code Example
Html :: react render string as html 
Html :: html text decoration 
Html :: html button that hide and show 
Html :: html checkbox 
Html :: bootstrap row overflow 
Html :: how to align span to right 
Html :: html lang 
Html :: javascript delay button 
Html :: order invoice template in html 
Html :: ASP.NET MVC Two file upload, different destinations 
Html :: html charset 
Html :: corner radius edittext android 
Html :: html separator line 
Html :: figcaption html 
Html :: js html textbox on change 
Html :: bootstrap 3 form template 
Html :: how to set limit of words in input type text 
Html :: times hmrl 
Html :: html how to change background color 
Html :: html autocomplete dropdown list 
Html :: what is the html code of changing color 
Html :: nav bar in bootstrap 
Html :: ignore text html elemnt 
Html :: html download link 
Html :: add a alt to a image in html 
Html :: text bold in .md file 
Html :: Basic Boilerplate 
Html :: how can i make a quote element in html 
Html :: add icon html 
Html :: iframe youtube playlist not working html 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =