Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1{HTML} Drop down lists Empty {HTML} Drop down lists Sun Nov 07, 2010 12:44 am

des

des
Achiever
Loading
Drop down menues are created with the <select> and <option> tags. <select> is the list itself and each <option> is an available choice for the user.

HTML Code:
Code:
<form method="post" action="mailto:youremail@email.com">
College Degree?
<select name="degree">
<option>Choose One</option>
<option>Some High School</option>
<option>High School Degree</option>
<option>Some College</option>
<option>Bachelor's Degree</option>
<option>Doctorate</option>
<input type="submit" value="Email Yourself">
</select>
</form>
{HTML} Drop down lists 29zc6ev

2{HTML} Drop down lists Empty Re: {HTML} Drop down lists Sun Nov 07, 2010 2:36 am

Protozoidx

Protozoidx
Member
Loading
Nice I guess.

But aren't you going a little bit overboard lol?

3{HTML} Drop down lists Empty Re: {HTML} Drop down lists Sun Nov 07, 2010 2:53 am

des

des
Achiever
Loading
Rogue wrote:Nice I guess.

But aren't you going a little bit overboard lol?
Lol, what do you mean?

4{HTML} Drop down lists Empty Re: {HTML} Drop down lists Sun Jan 09, 2011 8:39 pm

OwenWilson

OwenWilson
Master
Loading
o, very nice
tongue
will probly not be dowing my own site.... but if i do ill use this because i would need those dorpdown bxoes
tonguetongue

Sponsored content


Loading

View previous topic View next topic Back to top  Message [Page 1 of 1]

Related topics

Permissions in this forum:
You cannot reply to topics in this forum