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)
in html 2,exercise 5 i have problem please F1
+10
votes
i want to make a table but compiler shows me a error message,
my code:
<html>
<head>
<title></title>
</head>
<body>
<table border="1">
<tr>
<td colspan="4">cell 1x1</td><td>cell 1x2</td><td>cell 1x3</td><td>cell 1x4</td>
</tr>
<tr>
<td>cell 2x1</td><td>cell 2x2</td><td>cell 2x3</td><td>cell 2x4</td>
</tr>
<tr>
<td>cell 3x1</td><td>cell 3x2</td><td>cell 3x3</td><td>cell 3x4</td>
</tr>
<tr>
<td>cell 4x1</td><td>cell 4x2</td><td>cell 4x3</td><td>cell 4x4</td>
</tr>
<tr>
<td>cell 5x1</td><td>cell 5x2</td><td>cell 5x3</td><td>cell 5x4</td>
</tr>
</table>
</body>
</html>
html
posted
12 years
ago
in
HTML
by
Milad1991
(
2,750
points)
1 Answer
+4
votes
Does the above html code generate a 5x4 table?
Please take a look at the example code for the exercise and correct your code.
Hint:
<tr>
<td colspan="4">cell 1x1</td><td>cell 1x2</td><td>cell 1x3</td><td>cell 1x4</td>
</tr>
answered
12 years
ago
by
codeadmin
(
113,880
points)
Related questions
+2
votes
1
answer
Having Problem in HTML Tutorial 3 Last Excercise.
posted
12 years
ago
in
HTML
by
waseem.shah20
(
1,350
points)
html
error
programming
+2
votes
1
answer
trouble on 2 exercise problem 6 0f html
posted
12 years
ago
in
HTML
by
Matthew Tembo
(
6,610
points)
0
votes
0
answers
HTML II Last Exercise Issue
posted
10 years
ago
in
HTML
by
sdubois
(
8,090
points)
html
programming
error
+10
votes
1
answer
Trouble with a html exercise (SOLVED)
posted
12 years
ago
in
HTML
by
Sigurður Jónsson
(
6,630
points)
html
+17
votes
1
answer
Problem Making A Table
posted
12 years
ago
in
HTML
by
team.kurt1
(
1,120
points)
programming
html
table
problem