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)
can anyone tell me why is this incorrect?
+6
votes
<html>
<head>
<title></title>
</head>
<body>
<table border="1">
<tr> <th>header1</th> <th>header2</th> </tr>
<tr> <td>cell 1</td> <td>cell 2</td> </tr>
<tr> <td>cell 3</td> <td>cell 4</td> </tr>
</table>
</body>
</html
posted
12 years
ago
in
HTML
by
Alejandro ChavarrÃa
(
3,400
points)
4 Answers
–4
votes
What do you mean by incorrect?
it's still work. I don't see any error.
answered
12 years
ago
by
quoctuan.haui
(
1,150
points)
+1
vote
Can you please tell me what exercise number is this and what the instruction is?
answered
12 years
ago
by
codeadmin
(
113,880
points)
+2
votes
I did the same thing. Technically it's right but the system asks for 2 rows and that includes the th tags
answered
12 years
ago
by
knaggs.cuan
(
2,520
points)
BEST ANSWER!!! Thanks, knaggs.cuan. Like Alejandro I interpreted the question incorrectly. For anyone wondering this question is question 2 in HTML Tutorial II.
0
votes
u have'nt put the '>' sign in html end tag. write this sign then ur code will work.
answered
12 years
ago
by
waseem.shah20
(
1,350
points)
Related questions
+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)
0
votes
1
answer
The third exercise on Tutorial 1. How is this incorrect?
posted
10 years
ago
in
HTML
by
ldayton1229
(
7,030
points)
+6
votes
1
answer
why is this code wrong
posted
12 years
ago
in
HTML
by
rahmahnerkhan
(
1,580
points)
programming
goal
0
votes
0
answers
How is this incorrect? It says invalid syntax
posted
9 years
ago
in
Python
by
ladayton69
(
7,080
points)
+3
votes
1
answer
Please Help me to solve this problem
posted
12 years
ago
in
HTML
by
block3rcf
(
360
points)