Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.

Please Help me to solve this problem

+3 votes
HTML tables: colspan

Example - colspan:
<html>
<head>
<title></title>
</head>
<body>
<table border="1">
<tr>
<td>cell 1 x 1</td><td>cell 1 x 2</td>
</tr>
<tr>
<td colspan="2">column span(2x1, 2x2)</td>
</tr>
</table>
</body>
</html>

Your turn! Create one 5 x 4 (5 rows, 4 columns) table with
one of rows having a column span set to 4(colspan="4")
posted 11 years ago in HTML by block3rcf (360 points)

1 Answer

0 votes
IT's okay now i got the answer
answered 11 years ago by Abdullah Muhamed (2,500 points)

Related questions

+5 votes
1 answer
+10 votes
1 answer
posted 11 years ago in HTML by Milad1991 (2,750 points)
+6 votes
4 answers
posted 12 years ago in HTML by Alejandro Chavarría (3,400 points)
+4 votes
1 answer
+10 votes
1 answer
posted 12 years ago in HTML by You Sophal (1,690 points)