The row and column in web page designing and using help

Asked By 30 points N/A Posted on -
qa-featured

Hi Experts,

What is the row and column in web page designing? How does it work? Where does it use? Please tell me about details. Is row and column important to web page?

SHARE
Best Answer by Mackt Salaop
Best Answer
Best Answer
Answered By 5 points N/A #163289

The row and column in web page designing and using help

qa-featured

Hello Michele r,

Row and column are mainly used in table element in web page designing. Row is shown as the tag is <tr> and closing tag is </tr>. Column is shown as the tag is <td> and closing tag is </td>. Those tags are very much important for using table base web page designing.

Thanks.

Answered By 0 points N/A #163290

The row and column in web page designing and using help

qa-featured

Hi,

Rows and Columns are used in web designing for creating table. Rows are spread within<tr>and columns within<td> tag in table.

Some web designers use table to layout the webpage also. Rows contain record of a particular entity in a table and column contain fields.

  column1 column2
row1    
row2    
row3    

Hope this will help you

Answered By 0 points N/A #163291

The row and column in web page designing and using help

qa-featured

Hello,

Table in webpage is an important element for web designing. Row and column are the element of table. It is important to show a list of thing in webpage. There is a sample of table row and column in webpage,

<table>

<tr>

<td>

</td>

</tr>

</table>

Thanks

Related Questions