Programming Examples

Are you a Programmer or Application Developer or a DBA? Take a cup of coffee, sit back and spend few minutes here :)

Tag Archive for ‘Rowspan’

HTML5 Table – Rowspan, Colspan

Html5 Rowspan ColSpan Example Output

In Html5,

tag will present the data as rows and columns. Suppose a table is having 5 rows and three columns, then the

tag contains five rows of data, with each row having 3 cells of data. In html,

represents a Table Row which will be placed inside the
tag. Each Table row may have one or more Table Data and Html represents it as

. In this example, we will see how to create a simple Html Table and then we will study Rowspan and Colspan attributes.

Continue Reading →