Click here to Skip to main content
15,902,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to display a table row in mutlple rows in HTML , My table has to be responsive.

Example :-

Table rows are :-
A  B  C  D
A1 B1 C1 D1



Output should be

A   B
C   D
--------------------
A1  B1
C1  D1
---------------------


What I have tried:

i added table with 2 columns in each row , but this is not as per requirment
looking for ways to implement
Posted
Updated 26-Mar-16 20:42pm
v2

1 solution

Quote:
How to display a table row in mutlple rows in HTML
By properly building the table in HTML
Because whatever you want to do, it must be possible in HTML.
In this site you will be able to learn HTML.
W3Schools Online Web Tutorials[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900