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)
Having Problem in HTML Tutorial 3 Last Excercise.
+2
votes
The question is to create a text field,a drop down list with two options,a radio button,a checkbox,a password field and a submit button.but there is a problem. this is the code:
<html>
<head>
<title>
</title>
</head>
<body>
<form action="1" method="post">
Name: <input type="text" name="name" size="12" />
List: <select name="favorite"><option value="HTML">HTML<option value="CSS">CSS</option></select>
<input type="radio" name="html" value="html" />HTML
<input type="checkbox" name="CSS" value="CSS" />CSS
Password: <input type="password" name="pwd" />
Submit button: <input type="submit" name="sbm" value="submit now" />
</form>
</body>
</html>
Can someone tell me the solution.
html
error
programming
posted
12 years
ago
in
HTML
by
waseem.shah20
(
1,350
points)
1 Answer
+1
vote
Take a look at the following select tag with two option tags:
List: <select name="favorite"><option value="HTML">HTML<option value="CSS">CSS</option></select>
If you look at it carefully, you are missing the close tag for the first option.
answered
12 years
ago
by
codeadmin
(
113,880
points)
Related questions
0
votes
0
answers
HTML II Last Exercise Issue
posted
10 years
ago
in
HTML
by
sdubois
(
8,090
points)
html
programming
error
+17
votes
1
answer
Problem Making A Table
posted
12 years
ago
in
HTML
by
team.kurt1
(
1,120
points)
programming
html
table
problem
+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
+11
votes
1
answer
How to understand easily the terms of your exercises as a new student who had not such kind of knowledge before?
posted
12 years
ago
in
Exercises
by
chanmg84
(
1,860
points)
programming-code
programming
html
php
+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