Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
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
12 years
ago
in
HTML
by
block3rcf
(
360
points)
1 Answer
0
votes
IT's okay now i got the answer
answered
12 years
ago
by
Abdullah Muhamed
(
2,500
points)
Related questions
+5
votes
1
answer
please help me with v exercise. what do i do after creating the database employee?
posted
12 years
ago
in
SQL
by
lumisinoh
(
1,640
points)
+10
votes
1
answer
in html 2,exercise 5 i have problem please F1
posted
12 years
ago
in
HTML
by
Milad1991
(
2,750
points)
html
+6
votes
4
answers
can anyone tell me why is this incorrect?
posted
12 years
ago
in
HTML
by
Alejandro ChavarrÃa
(
3,400
points)
+4
votes
1
answer
in html on the second exercises im struggeling to create a 2 x 4 table can some one help
posted
12 years
ago
in
HTML
by
Matthew Tembo
(
6,610
points)
+10
votes
1
answer
Hello HE! I don't understand the exercise 1 of Tutorial III. Can you tell me?
posted
12 years
ago
in
HTML
by
You Sophal
(
1,690
points)